Title: [171290] trunk/Tools
- Revision
- 171290
- Author
- [email protected]
- Date
- 2014-07-20 22:34:22 -0700 (Sun, 20 Jul 2014)
Log Message
[EFL] Enable mpg123 feature for gst-plugin-bad.
https://bugs.webkit.org/show_bug.cgi?id=135016
Patch by KwangHyuk Kim <[email protected]> on 2014-07-20
Reviewed by Laszlo Gombos.
enable-mpg123 feature is added to jhbuild in order to support playback of mp3 format.
* efl/install-dependencies:
* efl/jhbuild.modules:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (171289 => 171290)
--- trunk/Tools/ChangeLog 2014-07-21 04:30:19 UTC (rev 171289)
+++ trunk/Tools/ChangeLog 2014-07-21 05:34:22 UTC (rev 171290)
@@ -1,3 +1,15 @@
+2014-07-20 KwangHyuk Kim <[email protected]>
+
+ [EFL] Enable mpg123 feature for gst-plugin-bad.
+ https://bugs.webkit.org/show_bug.cgi?id=135016
+
+ Reviewed by Laszlo Gombos.
+
+ enable-mpg123 feature is added to jhbuild in order to support playback of mp3 format.
+
+ * efl/install-dependencies:
+ * efl/jhbuild.modules:
+
2014-07-20 Dan Bernstein <[email protected]>
Test for <rdar://problems/17742611> -[_WKActivatedElementInfo image] is often empty
Modified: trunk/Tools/efl/install-dependencies (171289 => 171290)
--- trunk/Tools/efl/install-dependencies 2014-07-21 04:30:19 UTC (rev 171289)
+++ trunk/Tools/efl/install-dependencies 2014-07-21 05:34:22 UTC (rev 171290)
@@ -51,6 +51,7 @@
libicu-dev \
libjpeg-dev \
liblua5.1-0-dev \
+ libmpg123-dev \
libp11-kit-dev \
libpng-dev \
libpulse-dev \
Modified: trunk/Tools/efl/jhbuild.modules (171289 => 171290)
--- trunk/Tools/efl/jhbuild.modules 2014-07-21 04:30:19 UTC (rev 171289)
+++ trunk/Tools/efl/jhbuild.modules 2014-07-21 05:34:22 UTC (rev 171290)
@@ -241,7 +241,7 @@
<autotools id="gst-plugins-bad"
autogen-sh="configure"
- autogenargs="--disable-examples --enable-faad">
+ autogenargs="--disable-examples --enable-faad --enable-mpg123">
<dependencies>
<dep package="gst-plugins-base"/>
</dependencies>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes