forked from FFmpeg/FFmpeg
Fix standalone compilation of the adts muxer.
This commit is contained in:
parent
664e9e4331
commit
63c0b41904
1 changed files with 2 additions and 1 deletions
|
@ -62,7 +62,8 @@ OBJS-$(CONFIG_ADF_DEMUXER) += bintext.o sauce.o
|
|||
OBJS-$(CONFIG_ADP_DEMUXER) += adp.o
|
||||
OBJS-$(CONFIG_ADX_DEMUXER) += adxdec.o
|
||||
OBJS-$(CONFIG_ADX_MUXER) += rawenc.o
|
||||
OBJS-$(CONFIG_ADTS_MUXER) += adtsenc.o apetag.o img2.o
|
||||
OBJS-$(CONFIG_ADTS_MUXER) += adtsenc.o apetag.o img2.o \
|
||||
id3v2enc.o
|
||||
OBJS-$(CONFIG_AEA_DEMUXER) += aea.o pcm.o
|
||||
OBJS-$(CONFIG_AFC_DEMUXER) += afc.o
|
||||
OBJS-$(CONFIG_AIFF_DEMUXER) += aiffdec.o pcm.o isom.o \
|
||||
|
|
Loading…
Add table
Reference in a new issue