mirror of
https://github.com/videolan/vlc.git
synced 2024-12-12 19:23:43 +08:00
rtp: don't build unused directory
This commit is contained in:
parent
7948952403
commit
a48b310787
@ -5908,7 +5908,6 @@ AC_CONFIG_FILES([
|
||||
modules/misc/probe/Makefile
|
||||
modules/mux/Makefile
|
||||
modules/mux/mpeg/Makefile
|
||||
modules/mux/rtp/Makefile
|
||||
modules/packetizer/Makefile
|
||||
modules/services_discovery/Makefile
|
||||
modules/stream_out/Makefile
|
||||
|
@ -1,4 +1,4 @@
|
||||
SUBDIRS = mpeg rtp
|
||||
SUBDIRS = mpeg
|
||||
SOURCES_mux_dummy = dummy.c
|
||||
SOURCES_mux_avi = avi.c
|
||||
SOURCES_mux_ogg = ogg.c
|
||||
|
@ -1132,9 +1132,6 @@ modules/mux/mpeg/ps.c
|
||||
modules/mux/mpeg/ts.c
|
||||
modules/mux/mpjpeg.c
|
||||
modules/mux/ogg.c
|
||||
modules/mux/rtp/rtcp.c
|
||||
modules/mux/rtp/rtcp.h
|
||||
modules/mux/rtp/rtp.h
|
||||
modules/mux/wav.c
|
||||
modules/packetizer/copy.c
|
||||
modules/packetizer/h264.c
|
||||
|
Loading…
Reference in New Issue
Block a user