Changes of Revision 3
[-] | Changed | transcode.spec |
x 1
2 Source1: tccomplete.source 3 4 Patch0: transcode-lzo2.01.patch 5 +Patch1: transcode-1.0.5.diff 6 BuildRoot: %{_tmppath}/buildroot-%{name}-%{version} 7 8 Summary: a linux video stream processing utility 9
10 %if %suse_version >= 1000 11 %patch0 -p1 12 %endif 13 - 14 +%patch1 -p1 15 16 %build 17 autoreconf -if 18 |
||
[+] | Added | transcode-1.0.5.diff ^ |
@@ -0,0 +1,10 @@ +--- transcode-1.0.5/libxio/libxio.c.org 2008-01-12 13:50:28.000000000 +0100 ++++ transcode-1.0.5/libxio/libxio.c 2008-01-12 13:50:46.000000000 +0100 +@@ -29,6 +29,7 @@ + #endif + + #include "xio.h" ++#include "static_xio.h" + + #ifdef HAVE_IBP + #include <lors.h> |