aboutsummaryrefslogtreecommitdiffstats
path: root/codecs
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2013-12-01 16:50:05 +0000
committerBill Meier <wmeier@newsguy.com>2013-12-01 16:50:05 +0000
commiteb8b50625ae8be06b453da09b0928c0d5faaba99 (patch)
tree54a9ff0cb33c12abe2ead56fe6d4b330f3ded928 /codecs
parent0c9aa51ec532fec52a91c3b8d871e02087ee772f (diff)
If we're including "config.h" when compiling a codec, then /I.. must be part of CFLAGS.
svn path=/trunk/; revision=53699
Diffstat (limited to 'codecs')
-rw-r--r--codecs/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/codecs/Makefile.nmake b/codecs/Makefile.nmake
index b768f16235..821cd5c00a 100644
--- a/codecs/Makefile.nmake
+++ b/codecs/Makefile.nmake
@@ -7,7 +7,7 @@ include ..\config.nmake
############### no need to modify below this line #########
-CFLAGS=$(WARNINGS_ARE_ERRORS) $(STANDARD_CFLAGS) \
+CFLAGS=/I.. $(WARNINGS_ARE_ERRORS) $(STANDARD_CFLAGS) \
$(GLIB_CFLAGS)
.c.obj::