summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>2012-01-16 14:19:00 +0100
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>2012-01-16 14:19:00 +0100
commit9f5c48759394056515bd1a077a9e6040ef7c9051 (patch)
tree26d1e9e5b092e766ddb426c30907346bcc854c78 /tests/Makefile.am
parent35d33b13f653e08b24666b1dd0b448c1c122c2de (diff)
downloadgst-vaapi-9f5c48759394056515bd1a077a9e6040ef7c9051.tar.gz
tests: fix build without FFmpeg.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 2f549415..d01a6de5 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -56,7 +56,7 @@ test_surfaces_SOURCES = test-surfaces.c
test_surfaces_CFLAGS = $(TEST_CFLAGS) $(TEST_X11_CFLAGS)
test_surfaces_LDADD = $(TEST_LIBS) $(TEST_X11_LIBS)
-test_subpicture_SOURCES = test-subpicture.c test-h264.c test-subpicture-data.c
+test_subpicture_SOURCES = test-subpicture.c test-mpeg2.c test-subpicture-data.c
test_subpicture_CFLAGS = $(TEST_CFLAGS) $(TEST_X11_CFLAGS)
test_subpicture_LDADD = $(TEST_LIBS) $(TEST_X11_LIBS)