Gentoo fixes
authorkramm <kramm>
Wed, 8 Jan 2003 17:46:57 +0000 (17:46 +0000)
committerkramm <kramm>
Wed, 8 Jan 2003 17:46:57 +0000 (17:46 +0000)
avi2swf/Makefile.in
avi2swf/avi2swf.cc

index df543fb..cc26e32 100644 (file)
@@ -9,7 +9,7 @@ avi2swf.o: avi2swf.cc
        $(CC) `avifile-config --cflags` $< -o $@
 
 avi2swf: avi2swf.o
        $(CC) `avifile-config --cflags` $< -o $@
 
 avi2swf: avi2swf.o
-       $(L) avi2swf.o -o avi2swf ../lib/librfxswf.a $(LIBS) `avifile-config --libs`
+       $(LL) avi2swf.o -o avi2swf ../lib/librfxswf.a $(LIBS) `avifile-config --libs`
 
 install:
        $(mkinstalldirs) $(bindir)
 
 install:
        $(mkinstalldirs) $(bindir)
index 84fad76..1b6ecae 100644 (file)
@@ -13,6 +13,7 @@ extern "C" {
 #include "../lib/rfxswf.h"
 #include "../lib/args.h"
 }
 #include "../lib/rfxswf.h"
 #include "../lib/args.h"
 }
+#undef HAVE_CONFIG_H
 #include <avifile/version.h>
 #if (AVIFILE_MAJOR_VERSION == 0) && (AVIFILE_MINOR_VERSION>=6) 
    #include <avifile.h>
 #include <avifile/version.h>
 #if (AVIFILE_MAJOR_VERSION == 0) && (AVIFILE_MINOR_VERSION>=6) 
    #include <avifile.h>