summaryrefslogtreecommitdiff
path: root/packages/gstreamer/gst-plugins-0.8.8
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2006-12-29 20:02:07 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2006-12-29 20:02:07 +0000
commitb41f3705efdd87570570da309c61abd0a7c84ea3 (patch)
tree0d33ee1d0a75f62c22be6186bca5139155d11533 /packages/gstreamer/gst-plugins-0.8.8
parent895db21002454b31b202b7bdf310249d4ebd6649 (diff)
parent18efc174428db2261c45a8d339d9e84ef5abb63f (diff)
merge of '071c04d5f8eb97e9afafd54dd204bebd1c9ace4d'
and 'b1742880fc1682d031f531ed84a3895ac55ac199'
Diffstat (limited to 'packages/gstreamer/gst-plugins-0.8.8')
-rw-r--r--packages/gstreamer/gst-plugins-0.8.8/.mtn2git_empty0
-rw-r--r--packages/gstreamer/gst-plugins-0.8.8/gst-plugins-0.8.8-try-esdsink.patch19
-rw-r--r--packages/gstreamer/gst-plugins-0.8.8/lame-autoconf.patch11
3 files changed, 0 insertions, 30 deletions
diff --git a/packages/gstreamer/gst-plugins-0.8.8/.mtn2git_empty b/packages/gstreamer/gst-plugins-0.8.8/.mtn2git_empty
deleted file mode 100644
index e69de29bb2..0000000000
--- a/packages/gstreamer/gst-plugins-0.8.8/.mtn2git_empty
+++ /dev/null
diff --git a/packages/gstreamer/gst-plugins-0.8.8/gst-plugins-0.8.8-try-esdsink.patch b/packages/gstreamer/gst-plugins-0.8.8/gst-plugins-0.8.8-try-esdsink.patch
deleted file mode 100644
index 553c7b4270..0000000000
--- a/packages/gstreamer/gst-plugins-0.8.8/gst-plugins-0.8.8-try-esdsink.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- gst-plugins-0.8.8.orig/gst-libs/gst/gconf/gconf.c 2005-02-02 09:14:01.000000000 +0100
-+++ gst-plugins-0.8.8/gst-libs/gst/gconf/gconf.c 2005-08-13 23:28:36.000000000 +0200
-@@ -205,9 +205,13 @@
- if (!ret) {
- ret = gst_element_factory_make (DEFAULT_AUDIOSINK, NULL);
-
-- if (!ret)
-- g_warning ("No GConf default audio sink key and %s doesn't work",
-- DEFAULT_AUDIOSINK);
-+ if (!ret) {
-+ ret = gst_element_factory_make ("esdsink", NULL);
-+
-+ if (!ret)
-+ g_warning ("No GConf default audio sink key and neither %s nor esdsink work",
-+ DEFAULT_AUDIOSINK);
-+ }
- }
-
- return ret;
diff --git a/packages/gstreamer/gst-plugins-0.8.8/lame-autoconf.patch b/packages/gstreamer/gst-plugins-0.8.8/lame-autoconf.patch
deleted file mode 100644
index 6f2a300254..0000000000
--- a/packages/gstreamer/gst-plugins-0.8.8/lame-autoconf.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- gst-plugins-0.8.7/configure.ac.orig 2005-03-03 16:40:45.000000000 +0100
-+++ gst-plugins-0.8.7/configure.ac 2005-03-03 16:41:55.000000000 +0100
-@@ -1197,7 +1197,7 @@
- LAME_LIBS="-lmp3lame -lm"
- dnl is lame presets available
- LAME_CFLAGS=""
-- AC_TRY_RUN([
-+ AC_TRY_COMPILE([
- #include <lame/lame.h>
- int main (int argc, char *argv[])
- {