1
mirror of https://code.videolan.org/videolan/vlc synced 2024-07-21 07:24:15 +02:00
Go to file
Daniel Mierswa fd1b3bd6c2 Error if XvMC is requested while libmpeg2 unavailable
Edited patch to apply to master, original is here:
http://mailman.videolan.org/pipermail/vlc-devel/2009-June/061076.html

Original-by: Nicolas Chauvet
Signed-off-by: Daniel Mierswa <impulze@impulze.org>
Signed-off-by: Rafaël Carré <rafael.carre@gmail.com>
2009-09-23 21:36:53 +02:00
autotools ignore these files/dirs 2008-08-27 14:44:30 +02:00
bin vlc: only print error message if LibVLC is initialized 2009-09-09 22:37:21 +03:00
bindings python-ctypes: first shot at generating java JNA glue code 2009-09-23 16:19:03 +02:00
compat WinCE: add replacement getpid() function 2009-08-27 11:14:10 +02:00
doc Use minus and not hyphen in man page 2009-07-11 20:24:21 +01:00
extras Contribs: Fix FFmpeg configure for Win32 2009-09-22 16:45:15 +02:00
include Make aout_buffer_t an alias for block_t 2009-09-23 22:00:07 +03:00
libs vlc-config: Add a specific flag for libs, and remove werror there. 2009-08-31 21:48:21 +02:00
m4 Really output VLC_SET_CFLAGS_WERROR info into vlc-config.in 2009-08-31 22:54:12 +02:00
modules audio_format belongs in audio_filter/converter 2009-09-23 22:25:01 +03:00
po l10n: Lithuanian update 2009-09-14 22:46:22 +01:00
projects mozilla: fix stop condition of a for iteration 2009-09-16 18:24:48 +02:00
share Removal of gnome_main, gnome2_main, gtk_main, gtk2_main, pda modules 2009-08-31 22:24:52 +02:00
src Make aout_buffer_t an alias for block_t 2009-09-23 22:00:07 +03:00
test Do not try to detach an already detached handler 2009-09-07 22:21:34 +03:00
.gitattributes Supports $ rewrite via .gitattributes 2008-03-02 14:46:27 +01:00
.gitignore Revert part of c3baee8d05. We no longer have the intl directory. 2008-08-28 08:58:50 +02:00
AUTHORS Update myself 2009-01-26 21:20:47 +02:00
bootstrap Allow bootstrapping from a subdirectory 2008-11-24 18:28:50 +02:00
config.in Makefile: the wx inteface does not exist anymore. 2009-07-07 09:49:53 +02:00
configure.ac Error if XvMC is requested while libmpeg2 unavailable 2009-09-23 21:36:53 +02:00
COPYING Layout fixes in COPYING (and use spaces instead of tabs). Use a fixed width font in when displaying the license in the qt4 help window (since that's how it's meant to be displayed). 2007-11-14 21:50:17 +00:00
HACKING Update HACKING 2009-02-21 10:38:51 +02:00
INSTALL Documentation fixes 2008-11-24 18:52:46 +02:00
INSTALL.maemo Wrap and improve a bit 2009-02-09 21:46:12 +02:00
INSTALL.win32 Update Win32 before 1.0.0 2009-06-26 15:33:17 +02:00
INSTALL.wince Makefile: the wx inteface does not exist anymore. 2009-07-07 09:49:53 +02:00
MAINTAINERS Remove dummy $Id$ 2008-06-26 18:38:55 +03:00
make-alias Take program prefix and suffix into account in the make-alias script. 2008-05-26 00:11:33 +02:00
Makefile.am Win32: Add an option to set the DEP and ASLR flags for all binaries. 2009-09-17 12:57:57 +02:00
NEWS NEWS: x264-version requirement 2009-09-23 17:12:02 +03:00
README Update README. Close #1928 2008-08-25 13:09:50 -07:00
THANKS Thanks 2009-09-07 22:52:18 +03:00
toolbox toolbox: dont remove config.rpath. 2008-06-09 16:15:25 +04:00
vlc-config.in.in vlc-config: Add a specific flag for libs, and remove werror there. 2009-08-31 21:48:21 +02:00

README for the VLC media player
===============================

The VideoLAN web site . . . http://www.videolan.org/
Documentation . . . . . . . http://www.videolan.org/doc/
Support . . . . . . . . . . http://www.videolan.org/support/
Forums  . . . . . . . . . . http://forum.videolan.org/
Wiki  . . . . . . . . . . . http://wiki.videolan.org/
The Developers site . . . . http://www.videolan.org/developers/vlc.html

ABOUT-NLS          - Notes on the Free Translation Project.
AUTHORS            - Main VLC authors.
COPYING            - The GPL license.
ChangeLog          - The VLC ChangeLog.
HACKING            - Hacking VLC.
INSTALL            - Installation instructions.
INSTALL.win32      - Installation instructions for the Win32 version of VLC.
NEWS               - Important modifications between the releases.
README             - This file.
THANKS             - All VLC contributors.
bindings/          - Bindings around LibVLC.
extras/analyser    - Code analyser and editor specific files.
extras/buildsystem - different buildsystems specific files.
extras/contrib     - external libraries retrieving facilities for systems that
                     don't have package manager.
extras/deprecated  - Now deprecated files.
extras/misc        - Files that don't fit in the other extras/ categories.
extras/package     - VLC packaging specific files such as spec files.
include/           - Include files
doc/               - Miscellaneous documentation.
libs/              - libraries that we host.
po/                - languages related files.
projects/          - projects that uses libVLC such as the web browsers plugin.
share/             - Common Resources files.
src/               - VLC and libvlc source code.