diff options
author | Luca Abeni <lucabe72@email.it> | 2006-07-19 07:28:58 +0000 |
---|---|---|
committer | Luca Abeni <lucabe72@email.it> | 2006-07-19 07:28:58 +0000 |
commit | cea8f6f323d661b5412d9cc3d1be6d3026f1b213 (patch) | |
tree | c43e068722f937ff7b4fd01baa621b7bce06e73b /libavcodec/Makefile | |
parent | b8889ea51f763c71a7cfadb5ec11e6e200ce8de5 (diff) | |
download | ffmpeg-cea8f6f323d661b5412d9cc3d1be6d3026f1b213.tar.gz |
Move av_malloc(), av_realloc(), and av_free() from libavcodec to libavutil
Originally committed as revision 5784 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 4e2aea33c0..76d996d161 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -8,7 +8,7 @@ include ../config.mak 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 \ |