[-]
[+]
|
Deleted |
ffmpeg.changes
|
@@ -1,5 +0,0 @@
--------------------------------------------------------------------
-Sat Mar 12 21:18:22 UTC 2011 - cs@linux-administrator.com
-
-- re-import
-
|
[-]
[+]
|
Changed |
ffmpeg.spec
^
|
|
[-]
[+]
|
Deleted |
ffmpeg_configure.diff
^
|
@@ -1,36 +0,0 @@
---- configure.orig 2011-02-28 20:16:15.000000000 +0100
-+++ configure 2011-03-09 20:58:42.286516569 +0100
-@@ -2693,11 +2693,11 @@
- $nogas "GNU assembler not found, install gas-preprocessor"
- fi
-
--if check_func dlopen; then
-- ldl=
--elif check_func dlopen -ldl; then
-+#if check_func dlopen; then
-+# ldl=
-+#elif check_func dlopen -ldl; then
- ldl=-ldl
--fi
-+#fi
-
- if enabled network; then
- check_type "sys/types.h sys/socket.h" socklen_t
-@@ -3370,7 +3370,7 @@
- Conflicts:
- Libs: -L\${libdir} -l${shortname} $(enabled shared || echo $libs)
- Libs.private: $(enabled shared && echo $libs)
--Cflags: -I\${includedir}
-+Cflags: -I/usr/include -I/usr/include/$name
- EOF
- cat <<EOF > $name/$name-uninstalled.pc
- prefix=
-@@ -3384,7 +3384,7 @@
- Requires: $requires
- Conflicts:
- Libs: \${libdir}/${LIBPREF}${shortname}${LIBSUF} $libs
--Cflags: -I\${includedir}
-+Cflags: -I/usr/include -I/usr/include/$name
- EOF
- }
-
|
[-]
[+]
|
Deleted |
ffmpeg_fix_return.diff
^
|
@@ -1,17 +0,0 @@
-diff -ur ffmpeg.orig/libswscale/x86/yuv2rgb_template.c ffmpeg/libswscale/x86/yuv2rgb_template.c
---- ffmpeg.orig/libswscale/x86/yuv2rgb_template.c 2011-01-23 22:13:55.000000000 +0100
-+++ ffmpeg/libswscale/x86/yuv2rgb_template.c 2011-03-09 20:56:00.394764911 +0100
-@@ -407,6 +407,7 @@
- YUV2RGB_OPERANDS_ALPHA
- YUV2RGB_ENDFUNC
- #endif
-+ return 0;
- }
-
- static inline int RENAME(yuv420_bgr32)(SwsContext *c, const uint8_t *src[],
-@@ -450,4 +451,5 @@
- YUV2RGB_OPERANDS_ALPHA
- YUV2RGB_ENDFUNC
- #endif
-+ return 0;
- }
|
|
Changed |
ffmpeg-0.8.tar.bz2
^
|
[-]
[+]
|
Deleted |
ffmpeg-rpmlintrc
^
|
@@ -1,2 +0,0 @@
-addFilter("shlib-fixed-dependency")
-addFilter("shlib-with-non-pic-code")
|
[-]
[+]
|
Added |
ffmpeg.rpmlintrc
^
|
@@ -0,0 +1,4 @@
+# This line is mandatory to access the configuration functions
+from Config import *
+
+addFilter("shlib-fixed-dependency")
|