Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37866347
en ru br
ALT Linux repos
5.0: 0.23-alt1
4.1: 0.20-alt2
4.0: 0.17-alt2
3.0: 0.13-alt1

Other repositories
Upstream:0.20

Group :: Video
RPM: ffmpeg2theora

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: ffmpeg2theora-0.20-alt-avformat.patch
Download


--- ffmpeg2theora-0.20/ffmpeg2theora.c.device	2007-12-02 17:35:17 +0300
+++ ffmpeg2theora-0.20/ffmpeg2theora.c	2007-12-18 15:45:51 +0300
@@ -1229,7 +1229,9 @@ int main (int argc, char **argv){
 #ifdef VIDEO4LINUX_ENABLED
                         case V4L_FLAG:
                             formatParams = malloc(sizeof(AVFormatParameters));
+#if LIBAVFORMAT_VERSION_INT < (52<<16)
                             formatParams->device = optarg;
+#endif
                             flag = -1;
                             break;
 #endif
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin