Rémi Denis-Courmont
03df6aeedd
m4: helper for -f flags
10 years ago
Rémi Denis-Courmont
b3239cf77e
configure: update gettext to 0.19.6
11 years ago
Rémi Denis-Courmont
f0e29749a7
configure: update gettext to 0.19.4
11 years ago
Rémi Denis-Courmont
ce150f3849
configure: test and enable C11 where available
11 years ago
Rémi Denis-Courmont
d3b892b8bc
m4: improve C++11 check
11 years ago
Steve Lhomme
93c858553d
add stdcxx_11 to the list of M4 files
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
11 years ago
Jonathan Calmels
edf1c76018
configure: add support for C++11
Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
11 years ago
Diego Elio Pettenò
358ae6ba60
build: create a macro to check for, and replace, possibly-inline functions.
mingw (both 32 and 64) provides a number of functions that have no C
linkage, but are only available as static inline. Define a macro that can
check for the function declaration but acts like AC_REPLACE_FUNC.
Use the new macro for asprintf/vasprintf (previously implemented in
configure.ac directly).
Signed-off-by: Diego Elio Pettenò <flameeyes@flameeyes.eu>
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
11 years ago
David Fuhrmann
17653702c7
m4: fix detection of supported "-Wxxx" flags with clang
Clang does not fail, but only prints a warning by default for unknown
-W options.
12 years ago
Rémi Denis-Courmont
e68826bd61
Update gettext to version 19.2
12 years ago
Francois Cartegnie
ba13ac0ca1
rename art_finder as meta_fetcher
12 years ago
Luca Barbato
dcffc92496
build: support YASM targets
The files must be .asm
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years ago
Rémi Denis-Courmont
d73a089667
Update to gettext 0.18.3.1, fix AC_CHECK_DECLS usage
13 years ago
Rémi Denis-Courmont
27be91965e
gettext: update to version 0.18.3
13 years ago
Felix Paul Kühne
d879f020ae
m4: fix gettext detection on OSX ( close #5816 )
13 years ago
Rémi Denis-Courmont
9d348109e4
Update gettext to 0.18.2
This supersedes commit 53c901581b .
13 years ago
Rémi Denis-Courmont
53c901581b
Fix warning with automake 1.12
13 years ago
Felix Paul Kühne
16b0b99d80
m4: enable dolt support for further apple platforms
This allows us to use it on x86_64, ppc and iOS, too.
14 years ago
Luca Barbato
be75acdff7
dolt: support nacl and silent-rules on fallback
nacl doesn't use pic as does mingw.
Signed-off-by: Rafaël Carré <funman@videolan.org>
14 years ago
Luca Barbato
8d969f7f52
configure: add DOLT
Shorten build time.
On x86_64 linux build:
LIBTOOL make -j2 60,82s user 13,98s system 112% cpu 1:06,59 total
make -j2 56,83s user 12,72s system 110% cpu 1:03,20 total
DOLT make -j2 44,32s user 11,02s system 108% cpu 51,215 total
make -j2 42,15s user 11,04s system 106% cpu 50,155 total
Signed-off-by: Rafaël Carré <funman@videolan.org>
14 years ago
Rafaël Carré
91df5145e0
Remove unused PLUGINS variable
14 years ago
Jean Baptiste-Kempf
e423b4ec42
Fix MacOS gettext intl detection
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
14 years ago
Faustino E. Osuna
c1df08645f
Fix typo in M4 Cxx flags macro
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years ago
Rafaël Carré
6d652d11d4
remove obsolete comment
15 years ago
Rémi Denis-Courmont
ccf9342370
Remove vlc-config
15 years ago
Rémi Denis-Courmont
e7df8e75ea
Migrate VLC_ADD_* flags from vlc-config to AC_SUBST
15 years ago
Rémi Denis-Courmont
873280f2ad
Remove broken and useless vlc-config --list
15 years ago
Rémi Denis-Courmont
631e9e7f8a
M4 C++ flags macros
15 years ago
Rémi Denis-Courmont
c3a51903f2
Remove some leftovers from pre-libtool era
(Note __BUILTIN__ was not used anymore as we have !__PLUGIN__)
15 years ago
Rémi Denis-Courmont
8b5b0cfa90
vlc-config: remove unused linkage command
15 years ago
Rémi Denis-Courmont
2c9b0d37a0
Only check optimization flags when useful
15 years ago
Rémi Denis-Courmont
4a78361e7a
Do not force -O0 with --disable-optimizations
GCC takes the last -O* option, which defaults to -O0 anyway. With
./configure forcing -O0, there was no way to select a custom
optimization level via external CFLAGS.
15 years ago
Rémi Denis-Courmont
13e78d8105
Remove code size optimization
Optimizing VLC code for size is probably not such a great idea,
considering that media playback is performance critical. There are
better ways to reduce code size than -Os, e.g. Thumb(2) code on ARM.
And of course, removing unneeded plugins and feature is the best way
to reduce code size.
15 years ago
KO Myung-Hun
3da2e51ef8
OS/2 uses .dll as a extention for a shared library
Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
15 years ago
Rémi Denis-Courmont
830fd6fc69
Update gettext files
16 years ago
Rémi Denis-Courmont
27e4465a44
m4/.gitignore: remove legacy filenames
16 years ago
Rémi Denis-Courmont
56de5bf2d9
Remove the Werror stuff for good
This is not portable across compilers and versions.
This belong in your own personal CFLAGS, not the build system.
16 years ago
Rémi Denis-Courmont
b8d77ded51
Remove --enable-release which has no effects
16 years ago
Jean-Baptiste Kempf
1f716cb755
m4: be more safe about quotes
16 years ago
Jean-Baptiste Kempf
7126c75fb3
Fix totally broken configure
Yeah, changing the behaviour about -l flags without explaning why nor changing the configure.ac accordingly was a good idea...
16 years ago
Daniel Mierswa
cddcd6dfaa
Use eval in setting *FLAGS.
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
16 years ago
Daniel Mierswa
a0aa43d0d5
Fix passing of modules of pkg-config stuff.
Due to a missing patch from the configure.ac patch series, this has to
temporarily get fixed.
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
16 years ago
Daniel Mierswa
a199f247a4
Make VLC_ADD_* capable of handling multiple plugins.
Loop during autoconf since we always use fixed strings for the first
parameter anyway. Probably saves some runtime too ;).
Signed-off-by: Daniel Mierswa <impulze@impulze.org>
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
16 years ago
Rémi Denis-Courmont
a12bbd58d9
Remove my old email address
17 years ago
Rémi Denis-Courmont
d0ecb9eb04
flags.m4: restore original copyright statement
Seems like it got cut off in the copy from Miredo.
17 years ago
Rafaël Carré
dd05ccfa6d
ignore dvdread.m4
17 years ago
Rémi Denis-Courmont
46ef2de1ce
Don't call AM_CONDITIONAL from macro.
First, this cannot work properly as the invocation of AM_CONDITIONAL
must be inconditional. Second, this would introduce pointless
automake conditional and thus needlessly slowing down the build system.
17 years ago
Rafaël Carré
f19675ff6d
Really output VLC_SET_CFLAGS_WERROR info into vlc-config.in
Copy pasting is your friend
17 years ago
Pierre d'Herbemont
e982566383
configure: Set the proper werror variable when creating vlc-config.in
17 years ago
Pierre d'Herbemont
087681d60d
configure.ac: Actually put per module error flag upon correct flag definition.
17 years ago