v4l2: disable v4l2 device probing
[platform/upstream/gst-plugins-good.git] / sys / oss / Makefile.am
index 3d6f6e7..e9079a8 100644 (file)
@@ -1,29 +1,20 @@
 plugin_LTLIBRARIES = libgstossaudio.la
 
-libgstossaudio_la_SOURCES = gstossaudio.c      \
-                           gstosselement.c     \
-                           gstosshelper.c      \
-                           gstossmixer.c       \
-                           gstosssink.c
+libgstossaudio_la_SOURCES = gstossaudio.c       \
+                           gstosshelper.c       \
+                           gstosssink.c         \
+                           gstosssrc.c
 
-#                          gstossdmabuffer.c
-
-libgstossaudio_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
-libgstossaudio_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \
-                -lgstinterfaces-@GST_MAJORMINOR@ \
-               -lgstaudio-@GST_MAJORMINOR@
+libgstossaudio_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)
+libgstossaudio_la_LIBADD = \
+       $(GST_PLUGINS_BASE_LIBS) \
+       -lgstaudio-$(GST_API_VERSION) \
+       $(GST_BASE_LIBS) \
+       $(GST_LIBS)
 libgstossaudio_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) 
 
-noinst_HEADERS = gstosssink.h    \
-               gstosssrc.h       \
-               gstosselement.h   \
-                gstosshelper.h   \
-               gstossdmabuffer.h \
-               gstossmixer.h
-
-# noinst_PROGRAMS = #oss_probe
-
-# oss_probe_SOURCES = oss_probe.c
-# oss_probe_CFLAGS = $(GST_CFLAGS)
-# oss_probe_LDADD = $(GLIB_LIBS)
-
+noinst_HEADERS = common.h            \
+               gstosssink.h         \
+               gstosssrc.h          \
+                gstosshelper.h      \
+                gstossdmabuffer.h