gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/trunk r11276: test_videoinput.cpp is highl


From: Sandro Santilli
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11276: test_videoinput.cpp is highly dependent on GST media handler, don't try to build when FFMPEG is selected instead (won't build)
Date: Thu, 16 Jul 2009 23:21:10 +0200
User-agent: Bazaar (1.13.1)

------------------------------------------------------------
revno: 11276
committer: Sandro Santilli <address@hidden>
branch nick: trunk
timestamp: Thu 2009-07-16 23:21:10 +0200
message:
  test_videoinput.cpp is highly dependent on GST media handler, don't try to 
build when FFMPEG is selected instead (won't build)
modified:
  testsuite/libmedia.all/Makefile.am
=== modified file 'testsuite/libmedia.all/Makefile.am'
--- a/testsuite/libmedia.all/Makefile.am        2009-07-16 18:44:25 +0000
+++ b/testsuite/libmedia.all/Makefile.am        2009-07-16 21:21:10 +0000
@@ -51,13 +51,18 @@
        $(GSTAPP_CFLAGS) \
        $(GSTINTERFACES_CFLAGS) 
 
-check_PROGRAMS = \
+check_PROGRAMS = 
+
+if USE_GST_ENGINE
+
+ check_PROGRAMS += \
        test_videoinput
 
+ test_videoinput_SOURCES = test_videoinput.cpp
+ test_videoinput_LDADD = $(AM_LDFLAGS) 
+ test_videoinput_DEPENDENCIES = site-update
 
-test_videoinput_SOURCES = test_videoinput.cpp
-test_videoinput_LDADD = $(AM_LDFLAGS) 
-test_videoinput_DEPENDENCIES = site-update
+endif
 
 TEST_DRIVERS = ../simple.exp
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]