diff Plugins/Input/wma/libffwma/Makefile.in @ 926:3d4af4890339 trunk

[svn] Conversion of file operations to VFS. Needs stress testing, especially on Gnome-VFS.
author chainsaw
date Wed, 12 Apr 2006 13:35:24 -0700
parents 0b017478161f
children a63e0fdb3d1e
line wrap: on
line diff
--- a/Plugins/Input/wma/libffwma/Makefile.in	Wed Apr 12 11:07:10 2006 -0700
+++ b/Plugins/Input/wma/libffwma/Makefile.in	Wed Apr 12 13:35:24 2006 -0700
@@ -13,6 +13,6 @@
 		parser.c simple_idct.c simple_idct.h \
 		utils.h utils.c wmadata.h wmadec.c
 
-CFLAGS+=	-fPIC -DPIC -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -c -I../../../.. -I../../../../intl
+CFLAGS+=	-fPIC -DPIC $(GTK_CFLAGS) -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -c -I../../../.. -I../../../../intl
 
 OBJECTS=${SOURCES:.c=.o}