mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
tests: make camerabin2 test build
https://bugzilla.gnome.org/show_bug.cgi?id=657363
This commit is contained in:
parent
1fdae52753
commit
60442079f3
1 changed files with 0 additions and 3 deletions
|
@ -242,7 +242,6 @@ elements_camerabin_LDADD = \
|
|||
|
||||
elements_camerabin_SOURCES = elements/camerabin.c
|
||||
|
||||
if BUILD_EXPERIMENTAL
|
||||
elements_camerabin2_CFLAGS = \
|
||||
$(GST_PLUGINS_BAD_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) \
|
||||
$(GST_BASE_CFLAGS) $(GST_CFLAGS) $(AM_CFLAGS) -DGST_USE_UNSTABLE_API
|
||||
|
@ -253,8 +252,6 @@ elements_camerabin2_LDADD = \
|
|||
$(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) $(GST_LIBS) $(LDADD)
|
||||
elements_camerabin2_SOURCES = elements/camerabin2.c
|
||||
|
||||
endif
|
||||
|
||||
elements_jifmux_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(EXIF_CFLAGS) $(AM_CFLAGS)
|
||||
elements_jifmux_LDADD = $(GST_PLUGINS_BASE_LIBS) -lgsttag-$(GST_MAJORMINOR) $(GST_CHECK_LIBS) $(EXIF_LIBS) $(LDADD)
|
||||
elements_jifmux_SOURCES = elements/jifmux.c
|
||||
|
|
Loading…
Reference in a new issue