aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorFabrice Bellard <fabrice@bellard.org>2003-11-10 15:29:20 +0000
committerFabrice Bellard <fabrice@bellard.org>2003-11-10 15:29:20 +0000
commit8424cf505c2b7bb6f26addcc3fe1e8dbfa17df1d (patch)
tree3dc0d632e883db70935931248cfe3c8a3caf56f8 /libavcodec/Makefile
parent962d6ae6c5a15a801f5df6e869fc0c01aeb8f963 (diff)
downloadffmpeg-8424cf505c2b7bb6f26addcc3fe1e8dbfa17df1d.tar.gz
new audio/video parser API
Originally committed as revision 2492 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 7fdbd0d7a4..6271aa3ca9 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -19,7 +19,7 @@ OBJS= common.o utils.o mem.o allcodecs.o \
vp3.o asv1.o 4xm.o cabac.o ffv1.o ra144.o ra288.o vcr1.o cljr.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
+ smc.o parser.o
ifeq ($(AMR_NB),yes)
ifeq ($(AMR_NB_FIXED),yes)