summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2006-07-06 15:04:46 +0000
committerMichael Niedermayer <michaelni@gmx.at>2006-07-06 15:04:46 +0000
commit748c2fca7e4d99357c234936aa71212a6282be36 (patch)
treedd31be48f45e433c1e6b9c002553a2f4191de893 /libavcodec/Makefile
parent06fcf56c50eb6194270656ac8c4fddb250b14eab (diff)
AVBitStreamFilter (some thingy which can modify the bitstream like add or remove global headers or change the headers or ...)
Originally committed as revision 5643 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 0e28fd3ef8..4ef24562e0 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -17,7 +17,9 @@ OBJS= bitstream.o utils.o mem.o allcodecs.o \
fft.o mdct.o raw.o golomb.o cabac.o\
dpcm.o adx.o faandct.o parser.o g726.o \
vp3dsp.o h264idct.o rangecoder.o pnm.o h263.o msmpeg4.o h263dec.o \
- opt.o
+ opt.o \
+ bitstream_filter.o \
+
HEADERS = avcodec.h