tests: fix baseparse test
This commit is contained in:
parent
e9ea237d03
commit
0b95d97e63
@ -233,6 +233,9 @@ elements_assrender_LDADD = $(GST_PLUGINS_BASE_LIBS) -lgstvideo-0.10 -lgstapp-0.1
|
|||||||
# parser unit test convenience lib
|
# parser unit test convenience lib
|
||||||
noinst_LTLIBRARIES = libparser.la
|
noinst_LTLIBRARIES = libparser.la
|
||||||
libparser_la_SOURCES = elements/parser.c elements/parser.h
|
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)
|
elements_aacparse_LDADD = libparser.la $(LDADD)
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <gst/check/gstcheck.h>
|
#include <gst/check/gstcheck.h>
|
||||||
#include "parser.h"
|
#include "elements/parser.h"
|
||||||
|
|
||||||
|
|
||||||
/* context state variables */
|
/* context state variables */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user