Mercurial > libavcodec.hg
comparison Makefile @ 3465:5607769c4933 libavcodec
replace -D_GNU_SOURCE with -D_ISOC9X_SOURCE to avoid accidental use
of gnu extensions
author | mru |
---|---|
date | Thu, 13 Jul 2006 23:10:01 +0000 |
parents | 444bd402aebe |
children | d57df84a8462 |
comparison
equal
deleted
inserted
replaced
3464:9cda085ab7cc | 3465:5607769c4933 |
---|---|
4 # | 4 # |
5 include ../config.mak | 5 include ../config.mak |
6 | 6 |
7 # NOTE: -I.. is needed to include config.h | 7 # NOTE: -I.. is needed to include config.h |
8 CFLAGS=$(OPTFLAGS) -DHAVE_AV_CONFIG_H -I.. -I$(SRC_PATH)/libavutil \ | 8 CFLAGS=$(OPTFLAGS) -DHAVE_AV_CONFIG_H -I.. -I$(SRC_PATH)/libavutil \ |
9 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE $(AMR_CFLAGS) | 9 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE $(AMR_CFLAGS) |
10 | 10 |
11 OBJS= bitstream.o utils.o mem.o allcodecs.o \ | 11 OBJS= bitstream.o utils.o mem.o allcodecs.o \ |
12 mpegvideo.o jrevdct.o jfdctfst.o jfdctint.o\ | 12 mpegvideo.o jrevdct.o jfdctfst.o jfdctint.o\ |
13 mjpeg.o resample.o resample2.o dsputil.o \ | 13 mjpeg.o resample.o resample2.o dsputil.o \ |
14 motion_est.o imgconvert.o imgresample.o \ | 14 motion_est.o imgconvert.o imgresample.o \ |