Fix libshout compilation
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 12 Jul 2008 11:15:28 +0000 (11:15 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 12 Jul 2008 11:15:28 +0000 (11:15 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@11784 3c298f89-4303-0410-b956-a3cf2f4a3e73

libs/libshout/Makefile

index 895b750..45205f3 100644 (file)
@@ -38,8 +38,8 @@ endef
 
 define Build/Configure
        $(call Build/Configure/Default, \
-               VORBIS_CFLAGS="$(STAGING_DIR)/usr/include/tremor"\
-               VORBIS_LIBS="$(STAGING_DIR)/usr/lib" \
+               VORBIS_CFLAGS="-I$(STAGING_DIR)/usr/include/tremor/"\
+               VORBIS_LIBS="-L$(STAGING_DIR)/usr/lib" \
                --enable-shared \
                --enable-static \
        )