1
mirror of https://code.videolan.org/videolan/vlc synced 2024-08-27 04:21:53 +02:00
Commit Graph

2864 Commits

Author SHA1 Message Date
Rafaël Carré
da8fb21727 Fix protoc check 2014-10-28 17:32:32 +01:00
Jean-Baptiste Kempf
cbe9b20922 Configure: swscale needs libavutil headers 2014-10-27 19:54:03 +01:00
Hugo Beauzée-Luyssen
d4374ff361 configure.ac: Generate pragmas that MSVC understands
Even though that pragma is standard C99, MSVC doesn't understand it.
An issue has been opened, and this commit should be reverted when/if
they fix it:
https://connect.microsoft.com/VisualStudio/feedback/details/1009089/unhandled-standard-macros
2014-10-24 17:09:48 +02:00
Hugo Beauzée-Luyssen
7f5facae49 configure.ac: Fix aribb check 2014-10-24 17:09:47 +02:00
Jean-Baptiste Kempf
d11bacf2fd Configure: use AC_PATH_PROG for yasm detection 2014-10-17 11:50:28 +02:00
Jean-Baptiste Kempf
2a3089ad6c Configure: check protoc with AC_PATH_PROG 2014-10-17 11:45:33 +02:00
Jean-Baptiste Kempf
51a5098e90 Configure: more elegant check of tools bin folder 2014-10-17 11:44:13 +02:00
Jean-Baptiste Kempf
bc494eb08a Configure: fix tools PATH 2014-10-17 11:39:00 +02:00
Jean-Baptiste Kempf
70b069caed configure: add tools from extras/tools to the PATH 2014-10-17 11:35:01 +02:00
Rémi Denis-Courmont
9ef4ff3833 egl: add Wayland extended platform support
This enables OpenGL/OpenGL ES through Wayland.
2014-10-16 20:23:39 +03:00
Thomas Guillem
83c56e1b57 android: fix monotonic cond_timedwait on newer versions
android-L drops support for pthread_cond_timedwait_monotonic_np and adds
support for pthread_condattr_setclock. So, use the good function depending on
configure detection.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2014-10-13 11:33:02 +02:00
Rémi Denis-Courmont
88ab8def21 configure: fix SFTP plugin name 2014-10-11 20:46:18 +03:00
Rémi Denis-Courmont
34fef72dab configure: fix typo in rcc code (fixes #12384)
Pointed-out-by: Paweł Stankowski
2014-10-11 10:37:17 +03:00
Thomas Guillem
e8ba575485 android: fix nanf detection
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
2014-10-09 20:31:33 +03:00
Rémi Denis-Courmont
08fce728d5 misc: remove makefile recursion 2014-10-06 19:06:51 +03:00
Rémi Denis-Courmont
dfc5fb5d2d misc: remove Modules.am 2014-10-06 19:06:51 +03:00
Rémi Denis-Courmont
cf33018ec8 configure: really fix -ldl lookup 2014-10-02 20:57:36 +03:00
Rémi Denis-Courmont
53779b3cba configure: fix -ldl detection with the ThreadSanitizer 2014-10-02 20:43:41 +03:00
Rémi Denis-Courmont
d37f0aa4a3 vdpau: remove makefile recursion 2014-10-02 14:47:52 +03:00
Rémi Denis-Courmont
76f2664529 video_output: remove makefile recursion 2014-10-02 08:50:30 +03:00
Rémi Denis-Courmont
329373a875 video_output: finish conversion to Automake syntax 2014-10-02 08:50:30 +03:00
Adrien Maglo
2e8a23cf06 chromecast: add an experimental sout module that connects to a ChromeCast device and streams using the HTTP access output
Example: vlc input.mp4 --sout="#chromecast{ip=192.168.1.11}"
2014-10-01 11:17:07 +02:00
Rémi Denis-Courmont
e68826bd61 Update gettext to version 19.2 2014-09-30 20:48:13 +03:00
Rémi Denis-Courmont
fa446c6554 Build system support for wayland-scanner 2014-09-27 14:11:37 +03:00
Tristan Matthews
e0a1923749 daala: add encoder 2014-09-21 17:24:42 +01:00
Rémi Denis-Courmont
a8f7d9fa64 configure: enable init-self and logical-op warnings 2014-09-18 00:12:30 +03:00
David Fuhrmann
e9701c69f0 configure.ac: fix check for net/if.h on osx 2014-09-10 19:04:56 +02:00
Rémi Denis-Courmont
3055e42f9e configure: fix wayland-client version requirements 2014-09-04 19:20:49 +03:00
Julian Scheel
bdb1d86acf mmal: Move codec plugin into hw/mmal module
The mmal codec plugin is built as a part of the mmal module now. This drops
the ability to en-/disable codec support independently from the vout, but in
fact currently there is no mmal implementation which wouldn't support both
modules, so it seems sane to build them together as this unclutters the
configure scripts a little.

Signed-off-by: Julian Scheel <julian@jusst.de>
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
2014-09-01 21:42:02 +03:00
Julian Scheel
1d2b56c68b mmal: Move video_output plugin into hw/mmal module
As the mmal modules will require some shared code in the future move them out
of the split directory structure into a hw/mmal subdirectory, like it
is handled with vdpau plugins already.

Signed-off-by: Julian Scheel <julian@jusst.de>
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
2014-09-01 21:42:01 +03:00
Sean McGovern
f1ccba2fc3 configure: read_only_relocs is unnecessary on 64-bit OS X
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
2014-08-31 23:19:49 +02:00
Rémi Denis-Courmont
5033a46344 configure: simplify header tests
Remove unused checks for locale.h, machine/parm.h, scsi/scsi.h,
sys/time.h, and sys/ioctl.h. Simplify checks for net/if.h (this has no
dependency) and sys/mounth.h (sys/param.h).
2014-08-30 15:20:29 +03:00
Rémi Denis-Courmont
c3ba3bfa1f gnutls: fix minimum version 2014-08-30 12:16:10 +03:00
Rémi Denis-Courmont
0661441666 wl_shell_surface: basic Wayland shell surface window provider 2014-08-29 00:14:57 +03:00
Tristan Matthews
774d273f23 daala: add decoder support 2014-08-28 02:41:23 -04:00
Rémi Denis-Courmont
3fd4c0e755 gnutls: require version 3.1.11 2014-08-23 23:29:09 +03:00
Rémi Denis-Courmont
65ef0b68ea gnutls: update to version 3.1.9 and simplify 2014-08-23 16:09:12 +03:00
Rémi Denis-Courmont
c00886df50 gnutls: require version 3.1.4 or later 2014-08-22 23:34:21 +03:00
Rémi Denis-Courmont
f852c604ac gnutls: does not use sockets (directly) 2014-08-22 22:49:11 +03:00
Rémi Denis-Courmont
55f905099b configure: correct GCC option for AltiVec 2014-08-17 18:19:38 +03:00
Rémi Denis-Courmont
591bf557b3 configure: fix quoting 2014-08-17 18:18:31 +03:00
Rémi Denis-Courmont
3591628bb4 configure: typo 2014-08-17 18:17:08 +03:00
Naohiro KORIYAMA
97c02be6f5 codecs: add support for ARIB subtitles
Fixed-by: Francois Cartegnie <fcvlcdev@free.fr>
Signed-off-by: Francois Cartegnie <fcvlcdev@free.fr>
2014-08-15 12:04:24 +09:00
KO Myung-Hun
58c4552afa configure: extract top_srcdir from Makefile at external of quotes
This fixes the following error on pdksh v5.2.14.

-----
sed: -e expression #1, char 1: unknown command: `"'
-----

Signed-off-by: Rafaël Carré <funman@videolan.org>
2014-08-12 10:01:47 +02:00
Jean-Baptiste Kempf
9d51e27b52 Require libdvdnav > 4.9.0
Anything older will crash a lot.
2014-08-02 22:20:06 +02:00
Rafaël Carré
20ab9327c6 Remove leftover dummy test 2014-07-31 11:19:11 +02:00
Rafaël Carré
70b074a2d1 Don't fail if Qt5X11Extras is not detected 2014-07-31 11:18:54 +02:00
Rafaël Carré
96d10f508b Qt: use QX11Info on Qt5 when present 2014-07-30 12:16:52 +02:00
Francois Cartegnie
f8bb195c36 access/stream_filter: add libarchive
Allows decompression and access through rar, lha, tar, ...
Mostly unseekable.
2014-07-29 23:01:26 +09:00
Rafaël Carré
e39f8aac6f Emulate AC_USE_SYSTEM_EXTENSIONS and _GNU_SOURCE for mingw-w64 2014-07-26 18:20:55 +02:00