tests: fix baseparse test

This commit is contained in:
David Schleef 2010-10-13 16:12:02 -07:00
parent e9ea237d03
commit 0b95d97e63
2 changed files with 4 additions and 1 deletions

View file

@ -233,6 +233,9 @@ elements_assrender_LDADD = $(GST_PLUGINS_BASE_LIBS) -lgstvideo-0.10 -lgstapp-0.1
# parser unit test convenience lib
noinst_LTLIBRARIES = libparser.la
libparser_la_SOURCES = elements/parser.c elements/parser.h
libparser_la_CFLAGS = \
-I$(top_srcdir)/tests/check \
$(GST_CHECK_CFLAGS) $(GST_OPTION_CFLAGS)
elements_aacparse_LDADD = libparser.la $(LDADD)

View file

@ -24,7 +24,7 @@
*/
#include <gst/check/gstcheck.h>
#include "parser.h"
#include "elements/parser.h"
/* context state variables */