mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
tests: fix baseparse test
This commit is contained in:
parent
e9ea237d03
commit
0b95d97e63
2 changed files with 4 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
*/
|
||||
|
||||
#include <gst/check/gstcheck.h>
|
||||
#include "parser.h"
|
||||
#include "elements/parser.h"
|
||||
|
||||
|
||||
/* context state variables */
|
||||
|
|
Loading…
Reference in a new issue