mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
build fix
Original commit message from CVS: build fix
This commit is contained in:
parent
d271afc055
commit
635c536180
2 changed files with 2 additions and 4 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
|
||||
|
|
|
@ -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