mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
Include libgst.la when linking gbtest so it compiles.
Original commit message from CVS: Include libgst.la when linking gbtest so it compiles.
This commit is contained in:
parent
c306021ce3
commit
448600ebe4
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ noinst_HEADERS = gstgetbits.h gstgetbits_inl.h
|
||||||
bin_PROGRAMS = gbtest
|
bin_PROGRAMS = gbtest
|
||||||
|
|
||||||
gbtest_SOURCES = gbtest.c
|
gbtest_SOURCES = gbtest.c
|
||||||
gbtest_LDADD = libgstgetbits.la
|
gbtest_LDADD = libgstgetbits.la $(top_srcdir)/gst/libgst.la
|
||||||
|
|
||||||
CFLAGS += -Wall -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math
|
CFLAGS += -Wall -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue