- 02 Dec, 2011 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 30 Nov, 2011 4 commits
-
-
Jean-Baptiste Kempf authored
And drop libxml dependency
-
Jean-Baptiste Kempf authored
No functionnal change
-
Jean-Baptiste Kempf authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
This fixes issues on X.6 and X.7 when compiled with SDK10.5 The configure would fail to see -crt10.6 library and die on poll() Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 29 Nov, 2011 8 commits
-
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
Do not leak -lncursesw in LIBS
-
Rafaël Carré authored
only error out if asked with --enable-skins2
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
Use our own check which also recognizes static inline functions
-
Rafaël Carré authored
Don't use ac_cv_search cached value because it could contain "no" or "none required" which aren't valid link flags AC_CHECK_LIB(main, xxx) did not exactly search for main symbol, it searched for the presence of the library. Instead we look for a required symbol. We don't use e.g. pthread_mutex_lock because some pthread symbols are available in glibc, but not all. Not finding pthread library is not an error, because at least OS/2 and symbian don't need it. (We skip the check on Windows already)
-
- 28 Nov, 2011 6 commits
-
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
You should use them like this: - modify *FLAGS and LIBS globally - use VLC_SAVE_FLAGS to push the variables - modify the variables for the tests - use VLC_RESTORE_FLAGS when you're done to pop the variables
-
Jean-Baptiste Kempf authored
-
- 27 Nov, 2011 1 commit
-
-
Rémi Denis-Courmont authored
-
- 26 Nov, 2011 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 25 Nov, 2011 6 commits
-
-
Rafaël Carré authored
contrib's dvdread is patched and the patch is being upstreamed
-
Rémi Denis-Courmont authored
-
The AM_CONDITIONAL call for HAVE_QTKIT has had a bug since 3ddb9e51 , where a 'test' invocation was elided. On MacOS X 10.7.2 this caused the configure script to hang with an obscure launchd message: launch_msg("CheckIn") IPC failure: Operation not permitted This patch restores the intended logic. Signed-off-by:
Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
-
Rafaël Carré authored
Else dvdread libs end up being "-ldvdcss .. -ldvdread"
-
Rafaël Carré authored
simplify
-
- 24 Nov, 2011 5 commits
-
-
Rafaël Carré authored
Also add missing libraries for darwin
-
Rafaël Carré authored
-
Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
Rafaël Carré authored
-
Rafaël Carré authored
-
- 23 Nov, 2011 7 commits
-
-
Rafaël Carré authored
-
Rafaël Carré authored
This reverts commit ebf341dc. We can't force a prefix at make install with DESTDIR files are installed in $(DESTDIR)/$(prefix) not $(DESTDIR) This also breaks OSX binaries, and thus test suite (is that libtool's fault?)
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
-
- 22 Nov, 2011 1 commit
-
-
Rafaël Carré authored
This reverts commit ec76c41b.
-