Mercurial > libavcodec.hg
changeset 2541:29263fb4d80b libavcodec
Support for AMR Interface Format 2 patch by ("Torsten Martinsen" <tma gatehouse dk>)
author | michael |
---|---|
date | Sat, 05 Mar 2005 11:44:25 +0000 |
parents | d541424f8020 |
children | a27a580f292e |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Sat Mar 05 03:37:19 2005 +0000 +++ b/Makefile Sat Mar 05 11:44:25 2005 +0000 @@ -7,7 +7,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 +CFLAGS=$(OPTFLAGS) -DHAVE_AV_CONFIG_H -I.. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE $(AMR_CFLAGS) OBJS= bitstream.o utils.o mem.o allcodecs.o \ mpegvideo.o jrevdct.o jfdctfst.o jfdctint.o\