Mercurial > libavcodec.hg
diff Makefile @ 2398:582e635cfa08 libavcodec
common.c -> bitstream.c (and the single non bitstream func -> utils.c)
common.h -> common.h/bitstream.h
author | michael |
---|---|
date | Wed, 29 Dec 2004 17:50:25 +0000 |
parents | 7a6ff8cc7c95 |
children | f4709a828e7e |
line wrap: on
line diff
--- a/Makefile Wed Dec 29 12:14:14 2004 +0000 +++ b/Makefile Wed Dec 29 17:50:25 2004 +0000 @@ -9,7 +9,7 @@ # 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 \