Alexandre Janniaux
e38b161b7b
make.pl: show compiled lua scripts
Extract the build target when building luac files.
Before:
MAKE : share
...
luac -o lua/extensions/VLSub.luac ../../share/lua/extensions/VLSub.lua
After:
MAKE : share
...
COMPILE : lua/extensions/VLSub.luac
3 years ago
Rémi Denis-Courmont
4b3bc75d73
Remove unmaintained cmake support
13 years ago
Rafaël Carré
f5e991c748
Remove untested strncasecmp replacement
Since it never built, it was never needed on any platform
13 years ago
Rafaël Carré
3902c186fb
Remove unused config_GetConfDir
14 years ago
Angelo Haller
0df51d03d9
Move mime type guessing by extension to separate file and export it
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
14 years ago
Rafaël Carré
0344812b79
ts mux: assume dvbpsi_GenSDTSections is present
it's in libdvbpsi since 2004
14 years ago
Rafaël Carré
7a150da5ce
make.pl: nicer output
15 years ago
Rafaël Carré
59842d4a69
ncurses: require libncursesw
remove code to workaround lack of unicode support
Also statically allocate open and search buffers
16 years ago
Julien / Gellule
52ce2e5ff8
Fix for trac #3452 VLC fails to compile on OS X with zlib 1.2.4
This fix actually removes traces of the libc _LARGEFILE64_SOURCE
transitional API.
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
16 years ago
Rémi Duraffort
40e2dbaf7d
make.pl: missing qt4 stuff.
17 years ago
Rémi Duraffort
4e25d25bc5
make.pl: don't print infos about qt4 moc.
17 years ago
Rémi Duraffort
4cb12c1d59
Don't skip some errors lines and skip some others.
18 years ago
Ludovic Fauvet
6b468738b8
New recently played menu.
* Configuration aware to enable/disable (default enabled)
* Filters available to ignore some patterns (using QRegExp)
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
18 years ago
Antoine Cellerier
0792400da0
Remove useless and unfinished seamcarving resizer plugin. (We don't want experimentations in a release do we? :p)
18 years ago
Rafaël Carré
267c2d9cbe
Cmake : cmml has no dependency, enable it by default
18 years ago
Rafaël Carré
c75dafab57
Remove support DBus & HAL APIs
Acked by DBus code maintainers
18 years ago
Rafaël Carré
72da704cd7
Cmake: enable a bunch of modules - still a lot TODO
18 years ago
Rafaël Carré
2a1ee35de7
cmake: enable mmap access
18 years ago
Rafaël Carré
65f35e28ea
Fix various bugs / missing checks for cmake
Add ENABLE_NLS define, and make po files optional
Update source files to latest modifications
Add missing function checks
Define QT4LOCALEDIR
Require ncurses (I will submit a patch to cmake to check for ncursesw)
18 years ago
Rafaël Carré
85f5092ee6
Privatise some structs and enumerations of PGP update
Export update_GetRelease() to the plugins
Modify qt4 & wx GUIs to reflect this change
18 years ago
Rafaël Carré
0d683192fe
make.pl: matches gcc-xx and g++-xx
18 years ago
Rafaël Carré
1ba9301e99
CMake : don't try to link unused targets
18 years ago
Rafaël Carré
d1e78644b5
Cmake : disable samples downloading & related tests
18 years ago
Rafaël Carré
0e6016e25f
Cmake : fix libvlc* versionning and naming
18 years ago
Rafaël Carré
c5b21fdcce
Cmake : Fix test/ linking
18 years ago
Rafaël Carré
02eaf086c6
Cmake: Fix modules/ building
18 years ago
Rafaël Carré
f569b51c1a
cmake: fix src/ building
18 years ago
Pierre d'Herbemont
2d278d72dd
cmake: Fix bootstrap script.
18 years ago
Rémi Duraffort
9f3a5f3a46
Less and less information with compile
18 years ago
Rémi Duraffort
e6137ef1f3
Less information when compiling with compile
18 years ago
Rémi Duraffort
7caf92c9f6
Print less information about the compilation when using make.pl
18 years ago
Pierre d'Herbemont
bf52311992
cmake: Define HAVE_ATTRIBUTE_PACKED if needed.
18 years ago
Pierre d'Herbemont
025edf958e
cmake: Set min version required, fix some warnings, remove network/error.c from src/CMakeLists.txt.
18 years ago
Pierre d'Herbemont
be7b980b84
cmake: Add FindTaglib.cmake.
18 years ago
Pierre d'Herbemont
ab78c30adf
cmake: Link with zlib where needed.
18 years ago
Pierre d'Herbemont
4c9c58adee
cmake: Detect taglib.
18 years ago
Pierre d'Herbemont
45198f5278
cmake: Detect libid3tag.
18 years ago
Pierre d'Herbemont
2a9531bffc
cmake: Add meta's test.
18 years ago
Rafaël Carré
8d90a61eae
Do not try to use cmake 2.4
18 years ago
Pierre d'Herbemont
01a95e7638
test: Move testapi.c to /test and use a sample file that is not ogg for basic testing.
This sample is downloaded from streams.videolan.org. Feel free to find a better suited codec/demux combination.
libvlc test are now splitted a bit.
Tests that are specific to core and that don't need vlc's modules are kept in src/test.
18 years ago
Pierre d'Herbemont
500894facc
cmake: Support for libs/loader.
18 years ago
Pierre d'Herbemont
3e0c520c64
cmake: media_descriptor->media media_instance->media_player.
18 years ago
Pierre d'Herbemont
d0641277d8
cmake: Add src/misc/action.c.
18 years ago
Pierre d'Herbemont
3e075a2b24
control: Remove dynamic_media_list_*.
18 years ago
Pierre d'Herbemont
0f4951b890
control: Remove tag_query_*.
18 years ago
Rémi Denis-Courmont
974a399a24
Remove the autoconf hack, fix gettext broken in b6c4b865
and fix the M4 ignore rules
18 years ago
Rafaël Carré
55f3a9f1dc
Interaction are controlled by a dedicated thread
This is not the playlist's work at all
Fix #1520
18 years ago
Rémi Duraffort
f0c27947ef
During the compilation, print errors and warnings on stderr.
18 years ago
Rafaël Carré
d4fc232a9b
libpostproc/postprocess.h always includes needed headers
18 years ago
Rafaël Carré
cbb88be639
Fix postproc header detection (the test depends on inclusion of stdint.h but there is no right way to do that in cmake)
18 years ago