configure: Fix webm_dash_manifest demuxer standalone compilation.
This commit is contained in:
parent
308ac2f7e2
commit
e6cbe3ffef
2 changed files with 1 additions and 4 deletions
1
configure
vendored
1
configure
vendored
|
|
@ -2731,6 +2731,7 @@ w64_muxer_select="wav_muxer"
|
|||
wav_demuxer_select="riffdec"
|
||||
wav_muxer_select="riffenc"
|
||||
webm_muxer_select="riffenc"
|
||||
webm_dash_manifest_demuxer_select="matroska_demuxer"
|
||||
wtv_demuxer_select="riffdec"
|
||||
wtv_muxer_select="riffenc"
|
||||
xmv_demuxer_select="riffdec"
|
||||
|
|
|
|||
|
|
@ -476,10 +476,6 @@ OBJS-$(CONFIG_WEBM_MUXER) += matroskaenc.o matroska.o \
|
|||
flacenc_header.o avlanguage.o \
|
||||
wv.o vorbiscomment.o \
|
||||
webmdashenc.o webm_chunk.o
|
||||
OBJS-$(CONFIG_WEBM_DASH_MANIFEST_DEMUXER)+= matroskadec.o matroska.o \
|
||||
isom.o rmsipr.o flac_picture.o \
|
||||
oggparsevorbis.o vorbiscomment.o \
|
||||
flac_picture.o replaygain.o
|
||||
OBJS-$(CONFIG_WEBM_DASH_MANIFEST_MUXER) += webmdashenc.o matroska.o
|
||||
OBJS-$(CONFIG_WEBM_CHUNK_MUXER) += webm_chunk.o matroska.o
|
||||
OBJS-$(CONFIG_WEBP_MUXER) += webpenc.o
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue