diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2004-09-27 21:09:41 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2004-09-27 21:09:41 +0000 |
commit | e4a185ac146207e196b6cc73147ca2307f952f92 (patch) | |
tree | de0c25f5ad1b1d61f9dc6a141a5e0ea4b24ad0a7 /libavcodec/Makefile | |
parent | 0fa8158d3e70eccda141df1d18cff648530c0cf5 (diff) | |
download | ffmpeg-e4a185ac146207e196b6cc73147ca2307f952f92.tar.gz |
10l forgot to commit
Originally committed as revision 3525 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 80cc01ab03..d366a6656d 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -20,7 +20,7 @@ OBJS= common.o utils.o mem.o allcodecs.o \ roqvideo.o dpcm.o interplayvideo.o xan.o rpza.o cinepak.o msrle.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 + flac.o vp3dsp.o integer.o snow.o tscc.o sonic.o ulti.o h264idct.o ifeq ($(AMR_NB),yes) ifeq ($(AMR_NB_FIXED),yes) |