mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-04 15:36:35 +00:00
Removed the -profile-arcs flag
Original commit message from CVS: Removed the -profile-arcs flag
This commit is contained in:
parent
afab5d4056
commit
e68dc8f315
1 changed files with 1 additions and 1 deletions
|
@ -15,6 +15,6 @@ man_MANS = gstreamer-launch.1 gstreamer-register.1 gstreamer-inspect.1 \
|
|||
gstreamer-complete.1 gstreamer-compprep.1
|
||||
|
||||
LDADD = $(GST_LIBS)
|
||||
CFLAGS = $(LIBGST_CFLAGS) -DGST_CONFIG_DIR=\"$(GST_CONFIG_DIR)\" -fprofile-arcs
|
||||
CFLAGS = $(LIBGST_CFLAGS) -DGST_CONFIG_DIR=\"$(GST_CONFIG_DIR)\"
|
||||
|
||||
EXTRA_DIST = $(man_MANS)
|
||||
|
|
Loading…
Reference in a new issue