Mercurial > libavcodec.hg
diff Makefile @ 3495:39302c85a59e libavcodec
Move av_malloc(), av_realloc(), and av_free() from libavcodec to libavutil
author | lucabe |
---|---|
date | Wed, 19 Jul 2006 07:28:58 +0000 |
parents | d57df84a8462 |
children | 419409926166 |
line wrap: on
line diff
--- a/Makefile Tue Jul 18 11:00:55 2006 +0000 +++ b/Makefile Wed Jul 19 07:28:58 2006 +0000 @@ -8,7 +8,7 @@ CFLAGS=$(OPTFLAGS) -DHAVE_AV_CONFIG_H -I.. -I$(SRC_PATH)/libavutil \ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE $(AMR_CFLAGS) -OBJS= bitstream.o utils.o mem.o allcodecs.o \ +OBJS= bitstream.o utils.o allcodecs.o \ mpegvideo.o jrevdct.o jfdctfst.o jfdctint.o\ mjpeg.o resample.o resample2.o dsputil.o \ motion_est.o imgconvert.o imgresample.o \