diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2013-04-23 09:04:34 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2013-04-23 09:04:34 +0200 |
commit | 018bdb8498605b6f0f9ea2a9fc183afd2acbbc1e (patch) | |
tree | 4c8d27ae5c495ad54ddfb97973a273933de51bca | |
parent | 0841472f0c54698349e1bdd0e84df97f48ad8f6a (diff) |
gst-plugins-ugly: Fix the file name of the x264 plugin
-rw-r--r-- | recipes/gst-plugins-ugly-1.0-static.recipe | 2 | ||||
-rw-r--r-- | recipes/gst-plugins-ugly-1.0.recipe | 2 | ||||
-rw-r--r-- | recipes/gst-plugins-ugly-static.recipe | 2 | ||||
-rw-r--r-- | recipes/gst-plugins-ugly.recipe | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/recipes/gst-plugins-ugly-1.0-static.recipe b/recipes/gst-plugins-ugly-1.0-static.recipe index ebcde19..ccfc91d 100644 --- a/recipes/gst-plugins-ugly-1.0-static.recipe +++ b/recipes/gst-plugins-ugly-1.0-static.recipe @@ -20,7 +20,7 @@ class Recipe(custom.GStreamerStatic): 'libgstmpeg2dec', 'libgstxingmux', 'libgstrmdemux', - 'libgstx264enc', + 'libgstx264', ] files_plugins_dvd_devel = [ diff --git a/recipes/gst-plugins-ugly-1.0.recipe b/recipes/gst-plugins-ugly-1.0.recipe index 5c7910f..ff71c49 100644 --- a/recipes/gst-plugins-ugly-1.0.recipe +++ b/recipes/gst-plugins-ugly-1.0.recipe @@ -21,7 +21,7 @@ class Recipe(recipe.Recipe): 'lib/gstreamer-1.0/libgstmpeg2dec%(mext)s', 'lib/gstreamer-1.0/libgstxingmux%(mext)s', 'lib/gstreamer-1.0/libgstrmdemux%(mext)s', - 'lib/gstreamer-1.0/libgstx264enc%(mext)s', + 'lib/gstreamer-1.0/libgstx264%(mext)s', ] files_plugins_dvd = [ diff --git a/recipes/gst-plugins-ugly-static.recipe b/recipes/gst-plugins-ugly-static.recipe index 91c4a7b..59d3160 100644 --- a/recipes/gst-plugins-ugly-static.recipe +++ b/recipes/gst-plugins-ugly-static.recipe @@ -19,7 +19,7 @@ class Recipe(custom.GStreamerStatic): 'libgstmpeg2dec', 'libgstmpegaudioparse', 'libgstrmdemux', - 'libgstx264enc', + 'libgstx264', ] files_plugins_dvd_devel = [ diff --git a/recipes/gst-plugins-ugly.recipe b/recipes/gst-plugins-ugly.recipe index 9c5112d..f857dca 100644 --- a/recipes/gst-plugins-ugly.recipe +++ b/recipes/gst-plugins-ugly.recipe @@ -20,7 +20,7 @@ class Recipe(recipe.Recipe): 'lib/gstreamer-0.10/libgstmpeg2dec%(mext)s', 'lib/gstreamer-0.10/libgstmpegaudioparse%(mext)s', 'lib/gstreamer-0.10/libgstrmdemux%(mext)s', - 'lib/gstreamer-0.10/libgstx264enc%(mext)s', + 'lib/gstreamer-0.10/libgstx264%(mext)s', ] files_plugins_dvd = [ |