mirror of
https://github.com/videolan/vlc.git
synced 2025-01-25 17:15:46 +08:00
451f396085
+ Removed unused menu files. * debian/rules: + Build libavformat. * include/vlc_common.h: + PACKAGE overrides PACKAGE_NAME.
34 lines
557 B
Makefile
34 lines
557 B
Makefile
NULL =
|
|
|
|
EXTRA_DIST = \
|
|
README.Debian \
|
|
changelog \
|
|
compat \
|
|
control \
|
|
copyright \
|
|
rules \
|
|
vlc.dirs \
|
|
vlc.docs \
|
|
vlc.menu \
|
|
gnome-vlc.desktop \
|
|
gnome-vlc.dirs \
|
|
gvlc.desktop \
|
|
gvlc.dirs \
|
|
kvlc.dirs \
|
|
libvlc0-dev.dirs \
|
|
mozilla-plugin-vlc.dirs \
|
|
qvlc.dirs \
|
|
vlc-plugin-alsa.dirs \
|
|
vlc-plugin-arts.dirs \
|
|
vlc-plugin-esd.dirs \
|
|
vlc-plugin-ggi.dirs \
|
|
vlc-plugin-glide.dirs \
|
|
vlc-plugin-sdl.dirs \
|
|
vlc-plugin-svgalib.dirs \
|
|
wxvlc.dirs \
|
|
wxvlc.menu \
|
|
patches/00list \
|
|
patches/20_ffmpeg.dpatch \
|
|
patches/20_interfaces.dpatch \
|
|
$(NULL)
|