Blame view

buildroot/buildroot-2016.08.1/package/gstreamer1/Config.in 525 Bytes
6b13f685e   김민수   BSP 최초 추가
1
2
3
4
5
6
7
8
9
10
11
12
13
  # 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/gst1-imx/Config.in"
  source "package/gstreamer1/gst1-libav/Config.in"
  source "package/gstreamer1/gst1-validate/Config.in"
  source "package/gstreamer1/gst-omx/Config.in"
  endif