]> git.sesse.net Git - vlc/log
vlc
9 years agosrc: revert spu-delay back to default
Ilkka Ollakka [Thu, 17 Jul 2014 09:29:49 +0000 (12:29 +0300)]
src: revert spu-delay back to default

revert mistake in commit 78db874b43077654309f32c63922958ecf43ff3e

9 years agoTS mux: use memset for stuffing
Rafaël Carré [Thu, 17 Jul 2014 09:15:07 +0000 (11:15 +0200)]
TS mux: use memset for stuffing

9 years agostream: use CLOCK_FREQ
Tristan Matthews [Thu, 17 Jul 2014 05:55:37 +0000 (01:55 -0400)]
stream: use CLOCK_FREQ

9 years agodemux: avi: fix non seekable chunk loop
Francois Cartegnie [Wed, 16 Jul 2014 04:29:29 +0000 (13:29 +0900)]
demux: avi: fix non seekable chunk loop

9 years agomux: ogg: fix pointer arithmetic (cid #1048982)
Tristan Matthews [Wed, 16 Jul 2014 01:25:05 +0000 (21:25 -0400)]
mux: ogg: fix pointer arithmetic (cid #1048982)

Extra header is stored at &ogg_header + (1 * sizeof(ogg_header)),
not &ogg_header + (sizeof(ogg_header) * sizeof(ogg_header)).

9 years agoavcodec: Fix dereference after NULL check (cid #1048740)
Tristan Matthews [Wed, 16 Jul 2014 00:52:23 +0000 (20:52 -0400)]
avcodec: Fix dereference after NULL check (cid #1048740)

9 years agosrc: use CLOCK_FREQ
Ilkka Ollakka [Thu, 1 May 2014 19:05:00 +0000 (22:05 +0300)]
src: use CLOCK_FREQ

9 years agolivehttp: try to take account discontiunity timestamps
Ilkka Ollakka [Mon, 7 Jul 2014 07:53:14 +0000 (10:53 +0300)]
livehttp: try to take account discontiunity timestamps

9 years agolivehttp: simplify checks
Ilkka Ollakka [Sun, 6 Jul 2014 08:22:08 +0000 (11:22 +0300)]
livehttp: simplify checks

9 years agoavcodec: use VLC_TS_INVALID and CLOCK_FREQ on encoding
Ilkka Ollakka [Tue, 27 May 2014 17:07:01 +0000 (20:07 +0300)]
avcodec: use VLC_TS_INVALID and CLOCK_FREQ on encoding

9 years agompegvideo: move pf_get/pf_packetize at the end
Ilkka Ollakka [Sat, 15 Mar 2014 15:16:12 +0000 (17:16 +0200)]
mpegvideo: move pf_get/pf_packetize at the end

9 years agompegvideo: add few likely/unlikely
Ilkka Ollakka [Sat, 15 Mar 2014 15:15:41 +0000 (17:15 +0200)]
mpegvideo: add few likely/unlikely

9 years agoblock_helper.h: add few unlikely
Ilkka Ollakka [Sat, 15 Mar 2014 15:15:00 +0000 (17:15 +0200)]
block_helper.h: add few unlikely

9 years agopacketizer: add unlikely
Ilkka Ollakka [Sat, 15 Mar 2014 15:14:12 +0000 (17:14 +0200)]
packetizer: add unlikely

9 years agohqdn3d: add unlikely
Ilkka Ollakka [Tue, 11 Mar 2014 19:40:31 +0000 (21:40 +0200)]
hqdn3d: add unlikely

9 years agorecord: add few likely/unlikely macros
Ilkka Ollakka [Fri, 7 Mar 2014 14:59:06 +0000 (16:59 +0200)]
record: add few likely/unlikely macros

9 years agocontrib: fribidi: use RECONF
Rafaël Carré [Tue, 15 Jul 2014 08:54:56 +0000 (10:54 +0200)]
contrib: fribidi: use RECONF

9 years agomacosx: reload sidebar if the user un-/installs an SD using the addon manager
Felix Paul Kühne [Sun, 13 Jul 2014 16:25:18 +0000 (18:25 +0200)]
macosx: reload sidebar if the user un-/installs an SD using the addon manager

9 years agoxcodeproj: add new macosx intf source files
Felix Paul Kühne [Sun, 13 Jul 2014 16:24:33 +0000 (18:24 +0200)]
xcodeproj: add new macosx intf source files

9 years agomacosx: handle corner case in playlist deletion (refs #11735)
David Fuhrmann [Sun, 13 Jul 2014 15:52:02 +0000 (17:52 +0200)]
macosx: handle corner case in playlist deletion (refs #11735)

9 years agomacosx: auto-apply brightness-threshold value in video effects panel
David Fuhrmann [Sat, 12 Jul 2014 17:05:52 +0000 (19:05 +0200)]
macosx: auto-apply brightness-threshold value in video effects panel

9 years agomacosx: fix compilation warnings
Felix Paul Kühne [Sun, 13 Jul 2014 15:37:47 +0000 (17:37 +0200)]
macosx: fix compilation warnings

9 years agomacosx: fix typo preventing post-processing (refs #11613)
Felix Paul Kühne [Sun, 13 Jul 2014 15:33:44 +0000 (17:33 +0200)]
macosx: fix typo preventing post-processing (refs #11613)

9 years agoquartztext: fix html rendering
Felix Paul Kühne [Sun, 13 Jul 2014 12:38:59 +0000 (14:38 +0200)]
quartztext: fix html rendering

9 years agoQt(dialog provider): fix utf8 issue with generic dialog box title
Erwan Tulou [Sun, 13 Jul 2014 11:06:24 +0000 (13:06 +0200)]
Qt(dialog provider): fix utf8 issue with generic dialog box title

9 years agoQt(dialog provider): rework the part of popupmenu specific to skins2
Erwan Tulou [Sat, 12 Jul 2014 12:00:13 +0000 (14:00 +0200)]
Qt(dialog provider): rework the part of popupmenu specific to skins2

  - make it a bit simpler to read
  - add a shortcut to "Open skin.."
    (Ctrl-Shift-S chosen instead of Ctrl-S, since the latter
    is already used elsewhere)
  - Reuse the full version of "Open Media" with all accelerators
    being displayed instead of the light version
  - add the Help menu

With this new enriched popupmenu, skins2 should now offer all major
vlc hotkeys, which users have been asking for repeatedly.

9 years agoskins2: remove all hardcoded hotkeys
Erwan Tulou [Sat, 12 Jul 2014 11:14:59 +0000 (13:14 +0200)]
skins2: remove all hardcoded hotkeys

9 years agoskins2: add support for the new key accelerator feature.
Erwan Tulou [Fri, 11 Jul 2014 15:58:12 +0000 (17:58 +0200)]
skins2: add support for the new key accelerator feature.

9 years agoQt(Dialog provider): Add support for key accelerators
Erwan Tulou [Fri, 11 Jul 2014 15:48:06 +0000 (17:48 +0200)]
Qt(Dialog provider): Add support for key accelerators

9 years agosrc/darwin: update copyright
Felix Paul Kühne [Sat, 12 Jul 2014 15:40:29 +0000 (17:40 +0200)]
src/darwin: update copyright

9 years agomacosx: fix run-time exception
Felix Paul Kühne [Sat, 12 Jul 2014 14:47:28 +0000 (16:47 +0200)]
macosx: fix run-time exception

9 years agosrc: fix lib dir lookup on OS X if vlc is not part of any Mac-style package (close...
Felix Paul Kühne [Sat, 12 Jul 2014 11:42:55 +0000 (13:42 +0200)]
src: fix lib dir lookup on OS X if vlc is not part of any Mac-style package (close #11681)

9 years agocontrib: add libdsm (v0.0.2) and its dependency libtasn1 (v3.7)
Felix Paul Kühne [Sat, 12 Jul 2014 13:43:18 +0000 (15:43 +0200)]
contrib: add libdsm (v0.0.2) and its dependency libtasn1 (v3.7)

9 years agomacosx: don't try to resume playback if file was moved or deleted (close #11644)
Felix Paul Kühne [Sat, 12 Jul 2014 13:17:10 +0000 (15:17 +0200)]
macosx: don't try to resume playback if file was moved or deleted (close #11644)

9 years agosrc: correctly honour source specific IP addresses in IGMPv3 requests on OS X (close...
Felix Paul Kühne [Sat, 12 Jul 2014 10:14:39 +0000 (12:14 +0200)]
src: correctly honour source specific IP addresses in IGMPv3 requests on OS X (close #6524)

9 years agoomxil: move input handling into DecodeVideoInput
Thomas Guillem [Thu, 10 Jul 2014 21:53:38 +0000 (23:53 +0200)]
omxil: move input handling into DecodeVideoInput

Signed-off-by: Martin Storsjö <martin@martin.st>
9 years agodvbpsi: add sys/types.h as appropriate
Sean McGovern [Fri, 11 Jul 2014 00:22:11 +0000 (20:22 -0400)]
dvbpsi: add sys/types.h as appropriate

Signed-off-by: Rafaël Carré <funman@videolan.org>
9 years agoTS demux: partially revert 8eb0b3d3b53c29b3495dcac275b5fe51f7633a6b
Rafaël Carré [Fri, 11 Jul 2014 12:25:08 +0000 (14:25 +0200)]
TS demux: partially revert 8eb0b3d3b53c29b3495dcac275b5fe51f7633a6b

Using both PCR and ES PTS seems to cause problems in some cases

9 years agocontrib: x265 1.2
Rafaël Carré [Fri, 11 Jul 2014 12:24:43 +0000 (14:24 +0200)]
contrib: x265 1.2

9 years agoomxil: improve performance
Thomas Guillem [Thu, 10 Jul 2014 14:29:57 +0000 (16:29 +0200)]
omxil: improve performance

Input port handling can take some time (200ms max). During that time, a new
output buffer can be filled by OMX, so try to get a decoded frame again if we
didn't have one in the first time.

Signed-off-by: Martin Storsjö <martin@martin.st>
9 years agoomxil: move output handling into DecodeVideoOutput
Thomas Guillem [Thu, 10 Jul 2014 14:29:56 +0000 (16:29 +0200)]
omxil: move output handling into DecodeVideoOutput

Signed-off-by: Martin Storsjö <martin@martin.st>
9 years agocontrib/jpeg: use our own download server since ijg.org is blocking downloads with...
Felix Paul Kühne [Thu, 10 Jul 2014 17:57:00 +0000 (19:57 +0200)]
contrib/jpeg: use our own download server since ijg.org is blocking downloads with curl

9 years agoUpdate news
Rémi Denis-Courmont [Thu, 10 Jul 2014 17:49:38 +0000 (20:49 +0300)]
Update news

9 years agosmf: implement SET_POSITION and SET_TIME
Rémi Denis-Courmont [Thu, 10 Jul 2014 17:35:12 +0000 (20:35 +0300)]
smf: implement SET_POSITION and SET_TIME

9 years agoFluidSynth: handle discontinuities
Rémi Denis-Courmont [Thu, 10 Jul 2014 17:34:53 +0000 (20:34 +0300)]
FluidSynth: handle discontinuities

9 years agosmf: implement GET_POSITION and GET_LENGTH
Rémi Denis-Courmont [Wed, 9 Jul 2014 21:05:57 +0000 (00:05 +0300)]
smf: implement GET_POSITION and GET_LENGTH

9 years agosmf: revector
Rémi Denis-Courmont [Thu, 10 Jul 2014 16:05:05 +0000 (19:05 +0300)]
smf: revector

9 years agosmf: retain track start offset
Rémi Denis-Courmont [Wed, 9 Jul 2014 21:23:09 +0000 (00:23 +0300)]
smf: retain track start offset

9 years agosmf: avoid arbitrarily long (PCR wise) Demux calls
Rémi Denis-Courmont [Wed, 9 Jul 2014 20:18:22 +0000 (23:18 +0300)]
smf: avoid arbitrarily long (PCR wise) Demux calls

Always return after one tick or one events timestamp.

9 years agosmf: simplify usage of VLC_TS_0
Rémi Denis-Courmont [Wed, 9 Jul 2014 19:56:02 +0000 (22:56 +0300)]
smf: simplify usage of VLC_TS_0

9 years agosmf: reorder code, no functional changes
Rémi Denis-Courmont [Thu, 2 Jan 2014 18:43:43 +0000 (20:43 +0200)]
smf: reorder code, no functional changes

9 years agovout_ios2: partially revert commit 83228de55 due broken scaleFactor (refs #11745)
Gleb Pinigin [Wed, 9 Jul 2014 09:28:40 +0000 (16:28 +0700)]
vout_ios2: partially revert commit 83228de55 due broken scaleFactor (refs #11745)

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
9 years agoFix playback of the new QNAP h264/avi files
Jean-Baptiste Kempf [Wed, 9 Jul 2014 01:56:33 +0000 (03:56 +0200)]
Fix playback of the new QNAP h264/avi files

9 years agoTS demux: set PCR for all programs
Rafaël Carré [Tue, 8 Jul 2014 16:33:12 +0000 (18:33 +0200)]
TS demux: set PCR for all programs

Using the currently selected programs is wrong when we're using another
filter than --program.

Unconditionally use the PTS/DTS as PCR, which fixes automatically
lack of PCR.

Let's keep --no-ts-trust-pcr for when PCR is completely broken

9 years agots demux: fix no-ts-trust-pcr for MPTS
Rafaël Carré [Tue, 8 Jul 2014 12:04:52 +0000 (14:04 +0200)]
ts demux: fix no-ts-trust-pcr for MPTS

9 years agoposix: handle newlocale() errors
Rémi Denis-Courmont [Mon, 7 Jul 2014 17:25:09 +0000 (20:25 +0300)]
posix: handle newlocale() errors

newlocale() will fail if the specified locale is not found. Here, it
can fail if the environment variables refer to an invalid or missing
locale.

Pointed-out-by: Casian Andrei <skeletk13@gmail.com>
9 years agoaccess/Makefile.am: Fix dsm module source file path
Julien 'Lta' BALLET [Mon, 7 Jul 2014 15:58:17 +0000 (17:58 +0200)]
access/Makefile.am: Fix dsm module source file path

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agodirectory: fix memory leak
Rémi Denis-Courmont [Mon, 7 Jul 2014 16:09:31 +0000 (19:09 +0300)]
directory: fix memory leak

9 years agodirectory: fix double closedir()
Rémi Denis-Courmont [Mon, 7 Jul 2014 16:07:44 +0000 (19:07 +0300)]
directory: fix double closedir()

9 years agorawvid: fix error handling
Rémi Denis-Courmont [Mon, 7 Jul 2014 16:02:31 +0000 (19:02 +0300)]
rawvid: fix error handling

9 years agocdda: fix error handling
Rémi Denis-Courmont [Mon, 7 Jul 2014 15:59:26 +0000 (18:59 +0300)]
cdda: fix error handling

9 years agodshow: off by one
Rémi Denis-Courmont [Mon, 7 Jul 2014 15:38:36 +0000 (18:38 +0300)]
dshow: off by one

9 years agolibvlc: add error checking after calling var_Change
Felix Abecassis [Mon, 7 Jul 2014 10:41:32 +0000 (12:41 +0200)]
libvlc: add error checking after calling var_Change

Previously, if var_Change failed (e.g. with VLC_ENOVAR), an
uninitialized value was returned.

9 years agoios build script: compilation fix
Felix Paul Kühne [Sat, 5 Jul 2014 09:28:35 +0000 (11:28 +0200)]
ios build script: compilation fix

9 years agomacosx: remove unneeded cast
David Fuhrmann [Sun, 6 Jul 2014 16:40:40 +0000 (18:40 +0200)]
macosx: remove unneeded cast

9 years agomacosx: constify char* parameters for setVideoFilter*
David Fuhrmann [Sun, 6 Jul 2014 16:39:57 +0000 (18:39 +0200)]
macosx: constify char* parameters for setVideoFilter*

9 years agomacosx: correctly reset video-splitter on video effects profile change
David Fuhrmann [Sun, 6 Jul 2014 16:26:22 +0000 (18:26 +0200)]
macosx: correctly reset video-splitter on video effects profile change

9 years agodshow: fix timestamp conversion (fixes #11725)
Rémi Denis-Courmont [Sat, 5 Jul 2014 07:27:08 +0000 (10:27 +0300)]
dshow: fix timestamp conversion (fixes #11725)

Zero is a legal REFERENCE_TIME value.

9 years agoContribs: apply OSX patch only on OSX
Jean-Baptiste Kempf [Sat, 5 Jul 2014 22:59:01 +0000 (00:59 +0200)]
Contribs: apply OSX patch only on OSX

Else, it conflicts with Win32 patch and fails to compile

9 years agoContribs: update fontconfig to 2.11.1
Jean-Baptiste Kempf [Sat, 5 Jul 2014 17:08:44 +0000 (19:08 +0200)]
Contribs: update fontconfig to 2.11.1

9 years agoavcodec: don't guess size when encoding video
Tristan Matthews [Fri, 4 Jul 2014 13:34:57 +0000 (09:34 -0400)]
avcodec: don't guess size when encoding video

Instead, let avcodec_encode_video2 allocate the buffer, then
wrap it in a block_t.

Fixes #11605

9 years agoContribs: update gettext to 0.19.1
Jean-Baptiste Kempf [Fri, 4 Jul 2014 19:57:49 +0000 (21:57 +0200)]
Contribs: update gettext to 0.19.1

9 years agoContribs: update jpeg to 9a
Jean-Baptiste Kempf [Fri, 4 Jul 2014 19:51:54 +0000 (21:51 +0200)]
Contribs: update jpeg to 9a

9 years agoContribs: update PNG to 1.6.12
Jean-Baptiste Kempf [Fri, 4 Jul 2014 19:49:04 +0000 (21:49 +0200)]
Contribs: update PNG to 1.6.12

9 years agoContribs: update Ogg to 1.3.2
Jean-Baptiste Kempf [Fri, 4 Jul 2014 19:40:28 +0000 (21:40 +0200)]
Contribs: update Ogg to 1.3.2

9 years agoAdd a libdsm based service discovery module to find CIFS speaking host on LAN
Julien 'Lta' BALLET [Wed, 2 Jul 2014 11:58:40 +0000 (11:58 +0000)]
Add a libdsm based service discovery module to find CIFS speaking host on LAN

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoAdd pf_readdir support to libdsm access module
Julien 'Lta' BALLET [Wed, 2 Jul 2014 11:58:39 +0000 (11:58 +0000)]
Add pf_readdir support to libdsm access module

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoAdd a libdsm based SMB/CIFS access module
Julien 'Lta' BALLET [Wed, 2 Jul 2014 11:58:37 +0000 (11:58 +0000)]
Add a libdsm based SMB/CIFS access module

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoSupport for Http Dynamic Streaming
Jonathan Thambidurai [Mon, 30 Jun 2014 17:31:56 +0000 (17:31 +0000)]
Support for Http Dynamic Streaming

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agostream.c: Add debug message when selecting readdir stream method
Julien 'Lta' BALLET [Wed, 25 Jun 2014 09:49:54 +0000 (09:49 +0000)]
stream.c: Add debug message when selecting readdir stream method

This is to be consistent with the rest of the file

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoplaylist/directory.c: Add a warning message in case of failure.
Julien 'Lta' BALLET [Wed, 2 Jul 2014 13:09:24 +0000 (15:09 +0200)]
playlist/directory.c: Add a warning message in case of failure.

And fix a typo

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agotools: require automake version 1.14 or higher
Sean McGovern [Wed, 2 Jul 2014 23:54:02 +0000 (19:54 -0400)]
tools: require automake version 1.14 or higher

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoMediacodec: display the FourCC correctly in the logs
Jean-Baptiste Kempf [Fri, 4 Jul 2014 00:08:17 +0000 (02:08 +0200)]
Mediacodec: display the FourCC correctly in the logs

9 years agocontrib/gpg-error: iOS compilation fix
Felix Paul Kühne [Thu, 3 Jul 2014 22:37:54 +0000 (00:37 +0200)]
contrib/gpg-error: iOS compilation fix

9 years agoiomx: fix mediaserver crash with QCOM devices.
Thomas Guillem [Thu, 3 Jul 2014 15:11:59 +0000 (17:11 +0200)]
iomx: fix mediaserver crash with QCOM devices.

Some QCOM OMX_getParameter implementations override the nSize element to a bad
value. This can lead to a mediaserver crash because IOMX interface rely on
nSize to send the OMX parameter via android Binder.

Signed-off-by: Martin Storsjö <martin@martin.st>
9 years agotools: require autoconf version 2.69 or higher
Sean McGovern [Wed, 2 Jul 2014 23:54:03 +0000 (19:54 -0400)]
tools: require autoconf version 2.69 or higher

Signed-off-by: Rafaël Carré <funman@videolan.org>
9 years agocontrib: theora: remove althogether undocumented cflag
Rafaël Carré [Thu, 3 Jul 2014 09:49:12 +0000 (11:49 +0200)]
contrib: theora: remove althogether undocumented cflag

9 years agoFix build for C++11
Tristan Matthews [Wed, 2 Jul 2014 21:28:02 +0000 (17:28 -0400)]
Fix build for C++11

C++11 requires a space between literal and identifier

9 years agoFix build when using C++11
Hugo Beauzée-Luyssen [Wed, 2 Jul 2014 14:17:19 +0000 (14:17 +0000)]
Fix build when using C++11

9 years agocontrib: growl: fix building with Xcode 5
Vittorio Giovara [Mon, 30 Jun 2014 19:04:34 +0000 (15:04 -0400)]
contrib: growl: fix building with Xcode 5

Also overwrite previously installed headers

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
9 years agocontrib: bghudappkit: fix building with Xcode 5
Vittorio Giovara [Mon, 30 Jun 2014 19:04:33 +0000 (15:04 -0400)]
contrib: bghudappkit: fix building with Xcode 5

Also overwrite previously installed headers

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
9 years agocontrib: theora: fix building on OSX 10.9 with clang
Vittorio Giovara [Mon, 30 Jun 2014 19:04:32 +0000 (15:04 -0400)]
contrib: theora: fix building on OSX 10.9 with clang

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
9 years agocontrib: chromaprint: update to 1.0
Konstantin Pavlov [Mon, 30 Jun 2014 19:04:30 +0000 (15:04 -0400)]
contrib: chromaprint: update to 1.0

Patch to build on OSX 10.9 with clang and to install pkg-config file.

Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>>
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
9 years agocosmetics: contrib: bluray: reorder and split config
Vittorio Giovara [Mon, 30 Jun 2014 19:04:27 +0000 (15:04 -0400)]
cosmetics: contrib: bluray: reorder and split config

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
9 years agocosmetics: contrib: libxml2: split configuration across multiple lines
Vittorio Giovara [Mon, 30 Jun 2014 19:04:25 +0000 (15:04 -0400)]
cosmetics: contrib: libxml2: split configuration across multiple lines

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
9 years agocontrib: gnutls: fix linking OSX frameworks
Vittorio Giovara [Mon, 30 Jun 2014 19:04:24 +0000 (15:04 -0400)]
contrib: gnutls: fix linking OSX frameworks

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
9 years agocontrib: gmp: fix build on OSX 10.9 with clang
Vittorio Giovara [Mon, 30 Jun 2014 19:04:23 +0000 (15:04 -0400)]
contrib: gmp: fix build on OSX 10.9 with clang

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
9 years agocontrib: remove speexdsp NEON patch
Tristan Matthews [Wed, 2 Jul 2014 15:27:30 +0000 (11:27 -0400)]
contrib: remove speexdsp NEON patch

No longer needed due to upstream change.

9 years agommal: Add -lm when linking mmal_vout
Martin Storsjö [Mon, 30 Jun 2014 18:26:29 +0000 (21:26 +0300)]
mmal: Add -lm when linking mmal_vout

This is required since mmal_vout uses the fmod function.

This fixes loading of the mmal_vout plugin on raspbian.

Signed-off-by: Martin Storsjö <martin@martin.st>
9 years agocontrib: set archive tool for cmake on OSX too
Vittorio Giovara [Mon, 30 Jun 2014 19:04:21 +0000 (15:04 -0400)]
contrib: set archive tool for cmake on OSX too

Signed-off-by: Rafaël Carré <funman@videolan.org>