mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-04 22:48:54 +00:00
build fix
Original commit message from CVS: build fix
This commit is contained in:
parent
6e3a083c36
commit
734e19ff44
1 changed files with 1 additions and 2 deletions
|
@ -1,9 +1,8 @@
|
||||||
|
|
||||||
noinst_PROGRAMS = player
|
noinst_PROGRAMS = player
|
||||||
|
|
||||||
AM_CFLAGS = $(GST_CFLAGS)
|
|
||||||
|
|
||||||
player_SOURCES = player.c
|
player_SOURCES = player.c
|
||||||
|
player_CFLAGS = $(GST_CFLAGS)
|
||||||
player_LDFLAGS = \
|
player_LDFLAGS = \
|
||||||
$(GST_LIBS) \
|
$(GST_LIBS) \
|
||||||
$(top_builddir)/gst-libs/gst/play/libgstplay-@GST_MAJORMINOR@.la
|
$(top_builddir)/gst-libs/gst/play/libgstplay-@GST_MAJORMINOR@.la
|
||||||
|
|
Loading…
Reference in a new issue