Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37763387
en ru br
ALT Linux repos
S:1.5-alt1.38416.2
D:1.0-alt35.27330.1
5.0: 1.0-alt35.27654.3
4.1: 1.0-alt35.26470.1
4.0: 1.0-alt35.23722.M40.1

Group :: Video
RPM: mplayer

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: mplayer-svn-r26450-gui.patch
Download


diff -urN mplayer-svn-r26450.orig/gui/bitmap.c mplayer-svn-r26450/gui/bitmap.c
--- mplayer-svn-r26450.orig/gui/bitmap.c	2008-02-27 01:48:45 +0200
+++ mplayer-svn-r26450/gui/bitmap.c	2008-04-14 23:07:29 +0300
@@ -5,8 +5,16 @@
 #include "mp_msg.h"
 #include "help_mp.h"
 #include "bitmap.h"
+#ifdef USE_LIBAVUTIL_SO
+#include <ffmpeg/avcodec.h>
+#else
 #include "libavcodec/avcodec.h"
+#endif
+#ifdef USE_LIBAVUTIL_SO
+#include <ffmpeg/intreadwrite.h>
+#else
 #include "libavutil/intreadwrite.h"
+#endif
 #include "libvo/fastmemcpy.h"
 
 static int pngRead( unsigned char * fname,txSample * bf )
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin