mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 08:11:16 +00:00
build fix
Original commit message from CVS: build fix
This commit is contained in:
parent
b1547818e6
commit
525d7a9ad6
1 changed files with 1 additions and 2 deletions
|
@ -1,9 +1,8 @@
|
|||
|
||||
noinst_PROGRAMS = player
|
||||
|
||||
AM_CFLAGS = $(GST_CFLAGS)
|
||||
|
||||
player_SOURCES = player.c
|
||||
player_CFLAGS = $(GST_CFLAGS)
|
||||
player_LDFLAGS = \
|
||||
$(GST_LIBS) \
|
||||
$(top_builddir)/gst-libs/gst/play/libgstplay-@GST_MAJORMINOR@.la
|
||||
|
|
Loading…
Reference in a new issue