30abaffe55
Proposed-by: Arnout Vandecappelle <arnout@mind.be> Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
11 lines
377 B
Plaintext
11 lines
377 B
Plaintext
# Gstreamer 1.x & Plugins
|
|
source "package/gstreamer1/gstreamer1/Config.in"
|
|
|
|
if BR2_PACKAGE_GSTREAMER1
|
|
source "package/gstreamer1/gst1-plugins-base/Config.in"
|
|
source "package/gstreamer1/gst1-plugins-good/Config.in"
|
|
source "package/gstreamer1/gst1-plugins-bad/Config.in"
|
|
source "package/gstreamer1/gst1-plugins-ugly/Config.in"
|
|
source "package/gstreamer1/gst-omx/Config.in"
|
|
endif
|