diff options
author | Fabrice Bellard <fabrice@bellard.org> | 2005-06-03 13:59:38 +0000 |
---|---|---|
committer | Fabrice Bellard <fabrice@bellard.org> | 2005-06-03 13:59:38 +0000 |
commit | 240c1657dcd45adc0e63ef947b920919071ec1f7 (patch) | |
tree | 385f5f33871332a0c78cc3bc00aa5d74026536f3 /libavcodec/Makefile | |
parent | c62112ff06f859c8c3ef096f859a0f5a941a1ce8 (diff) | |
download | ffmpeg-240c1657dcd45adc0e63ef947b920919071ec1f7.tar.gz |
subtitle codec type support
Originally committed as revision 4346 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 913a222bf4..9e38eefdc9 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -17,8 +17,8 @@ OBJS= bitstream.o utils.o mem.o allcodecs.o \ ratecontrol.o adpcm.o eval.o error_resilience.o \ fft.o mdct.o raw.o golomb.o cabac.o\ dpcm.o adx.o rational.o faandct.o parser.o g726.o \ - vp3dsp.o integer.o h264idct.o rangecoder.o pnm.o h263.o msmpeg4.o h263dec.o - + vp3dsp.o integer.o h264idct.o rangecoder.o pnm.o h263.o msmpeg4.o h263dec.o dvdsub.o dvbsub.o + ifeq ($(CONFIG_AASC_DECODER),yes) OBJS+= aasc.o endif |