Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
mediastreamer2
Commits
215e93d0
Commit
215e93d0
authored
Oct 02, 2012
by
jehan
Browse files
move -DMS2_FILTERS from CFLAGS to DEFS
parent
d2a7370c
Changes
2
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
215e93d0
...
...
@@ -612,10 +612,6 @@ AC_ARG_ENABLE(filters,
esac],
[filters=true])
AM_CONDITIONAL(MS2_FILTERS, test x$filters = xtrue)
if test "$filters" = 'true'; then
CFLAGS="$CFLAGS -DMS2_FILTERS"
fi
AM_CONDITIONAL(BUILD_VOIP_LIBRARY, test x$ortp_enabled = xtrue)
...
...
src/Makefile.am
View file @
215e93d0
...
...
@@ -267,6 +267,10 @@ AM_CXXFLAGS= $(ORTP_CFLAGS) \
DEFS
=
@DEFS@
-DPACKAGE_PLUGINS_DIR
=
\"
$(PACKAGE_PLUGINS_DIR)
\"
-DLOCALEDIR
=
\"
$(localedir)
\"
-DMS2_INTERNAL
if
MS2_FILTERS
DEFS
+=
-DMS2_FILTERS
endif
if
BUILD_VIDEO
AM_CFLAGS
+=
$(VIDEO_CFLAGS)
$(GLEW_CFLAGS)
endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment