mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-21 15:56:42 +00:00
mpegpsmux: some minor build fixes
CLFAGS -> CFLAGS, and fix order of variables while we're at it.
This commit is contained in:
parent
251afdee91
commit
79fe732785
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@ libgstmpegpsmux_la_SOURCES = \
|
|||
mpegpsmux_aac.c \
|
||||
mpegpsmux_h264.c
|
||||
|
||||
libgstmpegpsmux_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CLFAGS)
|
||||
libgstmpegpsmux_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS)
|
||||
libgstmpegpsmux_la_CFLAGS = $(GST_BASE_CFLAGS) $(GST_CFLAGS)
|
||||
libgstmpegpsmux_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS)
|
||||
libgstmpegpsmux_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstmpegpsmux_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
|
|
Loading…
Reference in a new issue