[SCM] smplayer/master: Remove debian/patches/enable_ffodivxvdpau.diff, the application now provides a configuration dialog for vdpau.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Thu Feb 16 10:51:31 UTC 2012


The following commit has been merged in the master branch:
commit 850630ec7f06c45e712f44e991a302b553aa483f
Author: Alessio Treglia <alessio at debian.org>
Date:   Thu Feb 16 11:49:40 2012 +0100

    Remove debian/patches/enable_ffodivxvdpau.diff, the application now provides a configuration dialog for vdpau.

diff --git a/debian/patches/enable_ffodivxvdpau.diff b/debian/patches/enable_ffodivxvdpau.diff
deleted file mode 100644
index 4128e3a..0000000
--- a/debian/patches/enable_ffodivxvdpau.diff
+++ /dev/null
@@ -1,19 +0,0 @@
-From: Thibaut VARENE <varenet at debian.org>
-Subject: add support for ffodivxvdpau
-Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=609815
-
-Please find attached a patch that enables the use of ffodivxvdpau when vdpau
-output is selected. It will be useful on cards which support VDPAU set C.
-
-
---- a/src/core.cpp
-+++ b/src/core.cpp
-@@ -1351,7 +1351,7 @@ void Core::startMplayer( QString file, d
- 	else {
- 		if (pref->vo.startsWith("vdpau")) {
- 			proc->addArgument("-vc");
--			proc->addArgument("ffh264vdpau,ffmpeg12vdpau,ffwmv3vdpau,ffvc1vdpau,");
-+			proc->addArgument("ffh264vdpau,ffmpeg12vdpau,ffwmv3vdpau,ffvc1vdpau,ffodivxvdpau,");
- 		}
- #endif	
- 		else {
diff --git a/debian/patches/series b/debian/patches/series
index ea20054..95c4ce6 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-enable_ffodivxvdpau.diff
 handle_local_urls.diff

-- 
smplayer packaging



More information about the pkg-multimedia-commits mailing list