diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2004-11-09 23:31:46 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2004-11-09 23:31:46 +0000 |
commit | 4eff7cf42dbc39908cb529cdf2366b09b9ca3c1a (patch) | |
tree | 437f3353a41c2c5b7c70bd983c58e7708da90c51 /libavcodec/Makefile | |
parent | f6506a541aebfcb94c448925485b187c7e6cc7bd (diff) | |
download | ffmpeg-4eff7cf42dbc39908cb529cdf2366b09b9ca3c1a.tar.gz |
porting png support from -f image to -f image2
Originally committed as revision 3665 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index adc05033af..a27bd0c676 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -21,7 +21,7 @@ OBJS= common.o utils.o mem.o allcodecs.o \ msvideo1.o vqavideo.o idcinvideo.o adx.o rational.o faandct.o 8bps.o \ smc.o parser.o flicvideo.o truemotion1.o vmdav.o lcl.o qtrle.o g726.o \ flac.o vp3dsp.o integer.o snow.o tscc.o sonic.o ulti.o h264idct.o \ - qdrw.o xl.o rangecoder.o + qdrw.o xl.o rangecoder.o png.o ifeq ($(AMR_NB),yes) ifeq ($(AMR_NB_FIXED),yes) |