git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6301fc8
)
Gentoo fixes
author
kramm
<kramm>
Wed, 8 Jan 2003 17:46:57 +0000
(17:46 +0000)
committer
kramm
<kramm>
Wed, 8 Jan 2003 17:46:57 +0000
(17:46 +0000)
avi2swf/Makefile.in
patch
|
blob
|
history
avi2swf/avi2swf.cc
patch
|
blob
|
history
diff --git
a/avi2swf/Makefile.in
b/avi2swf/Makefile.in
index
df543fb
..
cc26e32
100644
(file)
--- a/
avi2swf/Makefile.in
+++ b/
avi2swf/Makefile.in
@@
-9,7
+9,7
@@
avi2swf.o: avi2swf.cc
$(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)
diff --git
a/avi2swf/avi2swf.cc
b/avi2swf/avi2swf.cc
index
84fad76
..
1b6ecae
100644
(file)
--- a/
avi2swf/avi2swf.cc
+++ b/
avi2swf/avi2swf.cc
@@
-13,6
+13,7
@@
extern "C" {
#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>