https://github.com/videolan/vlc
Revision 9687686cd51319180c64a20fefb5c5c5fa2104a6 authored by Sam Hocevar on 27 May 2002, 18:26:31 UTC, committed by Sam Hocevar on 27 May 2002, 18:26:31 UTC
  * ./plugins/aa/aa.c: moved the aa_fastrender call from vout_Display to
    vout_Render.
  * ./plugins/aa/aa.c: added support for resizing and right-click menu.

   (patch courtesy of Sigmund Augdal <sigmunau@stud.ntnu.no>)

1 parent 2b648b8
Raw File
Tip revision: 9687686cd51319180c64a20fefb5c5c5fa2104a6 authored by Sam Hocevar on 27 May 2002, 18:26:31 UTC
* ./plugins/aa/aa.c: removed all palette code as it was unused.
Tip revision: 9687686
Makefile.config.in
###############################################################################
# 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@

back to top