Skip to content
Snippets Groups Projects

modules: remove standalone AM_CFLAGS usage

Merged Steve Lhomme requested to merge robUx4/vlc:automake-default-flags into master

It's implied when the xxx_CFLAGS/xxx_CPPFLAGS is not set.

By default the values for AM_CFLAGS is are

AM_CFLAGS = \
	-avoid-version -module \
	-export-symbols-regex ^vlc_entry \
	-shrext $(LIBEXT) \
	-no-undefined \
	$(top_builddir)/compat/libcompat.la $(LTLIBVLCCORE)

A lot of modules don't set it and are working just fine.

Ref. !929 (merged)

Edited by Steve Lhomme

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading