Mercurial > libavformat.hg
changeset 1177:372d645a6bc0 libavformat
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 | bfea7dcd2698 |
children | 1516dadb3bc1 |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Thu Jul 13 21:29:01 2006 +0000 +++ b/Makefile Thu Jul 13 23:10:01 2006 +0000 @@ -6,7 +6,7 @@ CFLAGS=$(OPTFLAGS) -I.. -I$(SRC_PATH) -I$(SRC_PATH)/libavutil \ -I$(SRC_PATH)/libavcodec -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 \ - -D_LARGEFILE_SOURCE -D_GNU_SOURCE + -D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE OBJS= utils.o cutils.o os_support.o allformats.o CPPOBJS=