diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-10-28 11:03:42 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-10-28 11:03:42 +0000 |
commit | 48eba2da061707b337e6312adfc067a32ab9f8c7 (patch) | |
tree | 91d0027989c8f94bc6c79576263bf07eca50c280 /media-video/avidemux/files | |
parent | Version bump. (diff) | |
download | gentoo-2-48eba2da061707b337e6312adfc067a32ab9f8c7.tar.gz gentoo-2-48eba2da061707b337e6312adfc067a32ab9f8c7.tar.bz2 gentoo-2-48eba2da061707b337e6312adfc067a32ab9f8c7.zip |
Apply patch to fix audio settings dummy device. Bug #342909. Thanks to Eric F. GARIOUD <eric-f.garioud@wanadoo.fr>
(Portage version: 2.2.0_alpha1/cvs/Linux x86_64)
Diffstat (limited to 'media-video/avidemux/files')
-rw-r--r-- | media-video/avidemux/files/avidemux-2.5.4-dummy-sound-fix.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/media-video/avidemux/files/avidemux-2.5.4-dummy-sound-fix.patch b/media-video/avidemux/files/avidemux-2.5.4-dummy-sound-fix.patch new file mode 100644 index 000000000000..e071dce14398 --- /dev/null +++ b/media-video/avidemux/files/avidemux-2.5.4-dummy-sound-fix.patch @@ -0,0 +1,14 @@ +Index: avidemux_2.5.4/cmake/config.h.cmake +=================================================================== +--- avidemux_2.5.4.orig/cmake/config.h.cmake ++++ avidemux_2.5.4/cmake/config.h.cmake +@@ -76,9 +76,7 @@ + /* use Nvwa memory leak detector */
+ #cmakedefine FIND_LEAKS
+
+-#if defined(OSS_SUPPORT) || defined (USE_ARTS) || defined(USE_SDL) || defined(__APPLE__) || defined(__WIN32) || defined(ALSA_SUPPORT)
+ #define HAVE_AUDIO
+-#endif
+
+ #define HAVE_ENCODER
+
|