diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2006-12-29 19:40:30 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2006-12-29 19:40:30 +0000 |
commit | d91baaa377d2b7b630bfc41fa7ec90aae60d191b (patch) | |
tree | f1844071718c237b9c99bf8710467d6c7a0f8d29 /packages/gstreamer/gst-plugins-0.8.8 | |
parent | dcc1cbe50b07f48b61290adcb2c83e07cf1aa11f (diff) | |
parent | d77ab609a4793164b198a60de58699eeec1263be (diff) |
merge of '3a4c124aa9688e101e4d5547ad18d4512d45e47b'
and '4388a6b99de31cf7e9bb5af3a124ae80c52e796c'
Diffstat (limited to 'packages/gstreamer/gst-plugins-0.8.8')
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[]) - { |