]> git.sesse.net Git - vlc/commit
* ./plugins/gtk/gtk_menu.c: fixed a compile issue on IA64.
authorSam Hocevar <sam@videolan.org>
Mon, 25 Feb 2002 04:30:03 +0000 (04:30 +0000)
committerSam Hocevar <sam@videolan.org>
Mon, 25 Feb 2002 04:30:03 +0000 (04:30 +0000)
commit1c467b80a54081a974c6db0a33d5c7e822d44c59
tree752aae0d1d8ebede3790b1be0e2e41bcbde1e24d
parentf5c814d6c11d6eef74271ae48193a0c43c6e296f
  * ./plugins/gtk/gtk_menu.c: fixed a compile issue on IA64.
  * ./plugins/fx/scope.c: new toy plugin, an audio scope module.

    Each time I fix a bug in vlc I feel urge to code something useless. This
    one is very, very rough for the moment, probably buggy, slow, will crash
    your blender and reboot your fridge. Screenshot can be found here:
      http://www.zoy.org/~sam/vlc/vlc-scope.jpeg
    Activate with `--aout scope' (yes, it currently disables the real
    audio output... I'll fix this as well).
Makefile
configure
configure.in
plugins/fx/.cvsignore [new file with mode: 0644]
plugins/fx/Makefile [new file with mode: 0644]
plugins/fx/scope.c [new file with mode: 0644]
plugins/gtk/gtk_menu.c