ports/multimedia/gstreamer-plugins-good/files/patch-configure
Joe Marcus Clarke 2b3163be5b Correct the default audiosink which may fix problems some people are having
playing audio in totem, rhythmbox, etc.

Reported by:	many
2008-06-03 03:50:24 +00:00

11 lines
283 B
Text

--- configure.orig 2008-06-02 23:37:21.000000000 -0400
+++ configure 2008-06-02 23:38:10.000000000 -0400
@@ -32743,7 +32743,7 @@ echo "$as_me: error: bad value ${withval
else
- DEFAULT_AUDIOSINK="$DEFAULT_VISUALIZER"
+ DEFAULT_VISUALIZER="$DEFAULT_VISUALIZER"
fi