Blame view

buildroot/buildroot-2016.08.1/package/gstreamer/Config.in 570 Bytes
6b13f685e   김민수   BSP 최초 추가
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  # Gstreamer 0.10.x & Plugins
  source "package/gstreamer/gstreamer/Config.in"
  
  if BR2_PACKAGE_GSTREAMER
  source "package/gstreamer/gst-plugins-base/Config.in"
  source "package/gstreamer/gst-plugins-good/Config.in"
  source "package/gstreamer/gst-plugins-bad/Config.in"
  source "package/gstreamer/gst-plugins-ugly/Config.in"
  source "package/gstreamer/gst-ffmpeg/Config.in"
  source "package/gstreamer/gst-dsp/Config.in"
  source "package/gstreamer/gst-fsl-plugins/Config.in"
  source "package/gstreamer/gst-omapfb/Config.in"
  source "package/gstreamer/gst-plugin-x170/Config.in"
  endif