Changes of Revision 2
[-] [+] | Changed | libdv.spec |
[-] [+] | Added | libdv.patch ^ |
@@ -0,0 +1,11 @@ +--- encodedv/dvconnect.c.orig 2008-12-25 12:25:57.000000000 +0100 ++++ encodedv/dvconnect.c 2008-12-25 12:28:12.000000000 +0100 +@@ -1095,7 +1095,7 @@ + return 0; + #else + #warning dvconnect can not work without libpopt! +- ++return -1; + #endif + } + |