adf6511013
Unless it was a group of sub-packages, packages was never regrouped by category. multimedia/ was an exception to this rule. This patch move packages/multimedia/ sub-directories to packages/. It keeps two subdirectories for gstream 0.10 and gstreamer 1.X. Signed-off-by: Jérôme Pouiller <jezz@sysmic.org> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 lines
356 B
Plaintext
12 lines
356 B
Plaintext
config BR2_PACKAGE_GST_OMX
|
|
bool "gst-omx"
|
|
depends on BR2_PACKAGE_GSTREAMER1 && BR2_PACKAGE_HAS_OPENMAX
|
|
select BR2_PACKAGE_GST1_PLUGINS_BASE
|
|
help
|
|
GStreamer plug-in to use OpenMAX API.
|
|
|
|
http://cgit.freedesktop.org/gstreamer/gst-omx
|
|
|
|
comment "gst-omx requires a OpenMAX implementation"
|
|
depends on BR2_PACKAGE_GSTREAMER1 && !BR2_PACKAGE_HAS_OPENMAX
|