[SCM] mplayer/master.experimental: update 23mplayer-debug-printf.patch
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Wed Aug 17 16:00:42 UTC 2011
The following commit has been merged in the master.experimental branch:
commit eae182fae0fba1992951ae5b5800bf08860cfd47
Author: Reinhard Tartler <siretart at tauware.de>
Date: Wed Aug 17 17:54:18 2011 +0200
update 23mplayer-debug-printf.patch
diff --git a/debian/patches/23mplayer-debug-printf.patch b/debian/patches/23mplayer-debug-printf.patch
index 222ada7..7d35641 100644
--- a/debian/patches/23mplayer-debug-printf.patch
+++ b/debian/patches/23mplayer-debug-printf.patch
@@ -4,14 +4,14 @@ Forwarded: not-needed
--- a/mplayer.c
+++ b/mplayer.c
-@@ -845,6 +845,10 @@ static void exit_sighandler(int x){
- mp_msg(MSGT_CPLAYER,MSGL_FATAL,MSGTR_Exit_SIGSEGV_SIGFPE);
- default:
- mp_msg(MSGT_CPLAYER,MSGL_FATAL,MSGTR_Exit_SIGCRASH);
-+ mp_msg(MSGT_CPLAYER,MSGL_FATAL,
-+ " [ This binary of MPlayer in Debian is currently compiled with\n"
-+ " '--enable-debug'; the debugging symbols are in the package\n"
-+ " 'mplayer-dbg'.]\n");
+@@ -846,6 +846,10 @@ static void exit_sighandler(int x)
+ mp_msg(MSGT_CPLAYER, MSGL_FATAL, MSGTR_Exit_SIGSEGV_SIGFPE);
+ default:
+ mp_msg(MSGT_CPLAYER, MSGL_FATAL, MSGTR_Exit_SIGCRASH);
++ mp_msg(MSGT_CPLAYER,MSGL_FATAL,
++ " [ This binary of MPlayer in Debian is currently compiled with\n"
++ " '--enable-debug'; the debugging symbols are in the package\n"
++ " 'mplayer-dbg'.]\n");
#ifdef CONFIG_CRASH_DEBUG
- if (crash_debug) {
- int gdb_pid;
+ if (crash_debug) {
+ int gdb_pid;
--
mplayer packaging
More information about the pkg-multimedia-commits
mailing list