[-]
[+]
|
Changed |
ffmpeg.spec
|
|
[-]
[+]
|
Changed |
ffmpeg_configure.diff
^
|
@@ -1,8 +1,8 @@
---- configure.orig 2007-07-05 13:35:24.000000000 +0200
-+++ configure 2007-07-05 13:54:38.774573016 +0200
-@@ -1606,11 +1606,11 @@
-
- check_header dlfcn.h
+--- configure.orig 2008-03-26 16:16:54.000000000 +0100
++++ configure 2008-03-26 16:27:54.000000000 +0100
+@@ -1567,11 +1567,11 @@
+ # ---
+ # check availability of some header files
-if check_func dlopen; then
- ldl=
@@ -14,12 +14,12 @@
-fi
+#fi
- check_func fork
-
-@@ -1736,10 +1736,10 @@
-
- if enabled optimize; then
- if test -n "`$cc -v 2>&1 | grep xlc`"; then
+ check_func fork
+ check_func gethrtime
+@@ -1803,10 +1803,10 @@
+ optimizations="small"
+ elif enabled optimizations; then
+ if $cc -v 2>&1 | grep -q xlc; then
- add_cflags "-O5"
+# add_cflags "-O5"
add_ldflags "-O5"
@@ -29,4 +29,4 @@
+# add_cflags "-O3"
fi
fi
-
+ check_cflags -fno-math-errno
|
|
Added |
ffmpeg-0.4.9-svn20080413.tar.bz2
^
|