]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gstreamer0-10.git/commitdiff
configure: define GST_PLUGIN_SCANNER_INSTALLED in win32 config.h
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 9 Feb 2010 15:52:23 +0000 (15:52 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 10 Feb 2010 14:28:16 +0000 (14:28 +0000)
Even if it's not used, it still needs to be defined for things to
compile.

configure.ac

index 3cfa39a19870a2e83c1d1544e721e3350704a13c..cbc5e35cd3b28d501fb35520a19a8f70d3fdda01 100644 (file)
@@ -766,6 +766,7 @@ sed \
     -e 's/.* PACKAGE_TARNAME$/#define PACKAGE_TARNAME "'$PACKAGE_TARNAME'"/' \
     -e 's/.* PACKAGE_VERSION$/#define PACKAGE_VERSION "'$PACKAGE_VERSION'"/' \
     -e 's/.* PLUGINDIR$/#ifdef _DEBUG\n#  define PLUGINDIR PREFIX "\\\\debug\\\\lib\\\\gstreamer-0.10"\n#else\n#  define PLUGINDIR PREFIX "\\\\lib\\\\gstreamer-0.10"\n#endif/' \
+    -e 's/.* GST_PLUGIN_SCANNER_INSTALLED$/#define GST_PLUGIN_SCANNER_INSTALLED LIBDIR "\\\\gst-plugin-scanner"/' \
     -e 's/.* VERSION$/#define VERSION "'$VERSION'"/' \
     config.h.in >win32/common/config.h-new