diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2004-12-29 17:50:25 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2004-12-29 17:50:25 +0000 |
commit | caa336b4cc1c946409decd6af964a44afb59c43a (patch) | |
tree | 71bf85effee9bc0e8d985f0dd3274f7d67f4c5f5 /libavcodec/Makefile | |
parent | 6143607303de40f4647fe9ba10c4b36909ba0f1f (diff) | |
download | ffmpeg-caa336b4cc1c946409decd6af964a44afb59c43a.tar.gz |
common.c -> bitstream.c (and the single non bitstream func -> utils.c)
common.h -> common.h/bitstream.h
Originally committed as revision 3777 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 67e6a30ff6..1b41354087 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -9,7 +9,7 @@ VPATH=$(SRC_PATH)/libavcodec # NOTE: -I.. is needed to include config.h CFLAGS=$(OPTFLAGS) -DHAVE_AV_CONFIG_H -I.. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -OBJS= common.o utils.o mem.o allcodecs.o \ +OBJS= bitstream.o utils.o mem.o allcodecs.o \ mpegvideo.o jrevdct.o jfdctfst.o jfdctint.o\ mpegaudio.o ac3enc.o mjpeg.o resample.o resample2.o dsputil.o \ motion_est.o imgconvert.o imgresample.o \ |