mirror of
https://github.com/videolan/vlc.git
synced 2025-01-25 17:15:46 +08:00
b4985b910a
rebuild anything to Makefile.config, so that editing it will not cause a complete rebuild.
20 lines
566 B
Makefile
20 lines
566 B
Makefile
###############################################################################
|
|
# vlc (VideoLAN Client) options Makefile
|
|
# (c)1998 VideoLAN
|
|
###############################################################################
|
|
|
|
#
|
|
# Plugins to build
|
|
# WARNING: if you do not have a dynamic loader on your platform, remove
|
|
# the plugins in this line and put them as built-ins, otherwise your
|
|
# application won't be able to load them.
|
|
#
|
|
PLUGINS :=@PLUGINS@
|
|
|
|
#
|
|
# Built-in modules to build
|
|
# WARNING: do NOT put gtk and gnome together in this rule.
|
|
#
|
|
BUILTINS :=@BUILTINS@
|
|
|