]> git.sesse.net Git - vlc/log
vlc
13 years agofreetype: build fix
Pierre Ynard [Sat, 11 Jun 2011 07:06:18 +0000 (09:06 +0200)]
freetype: build fix

13 years agoSmall clean up/simplifications in freetype.
Laurent Aimar [Fri, 10 Jun 2011 20:06:11 +0000 (22:06 +0200)]
Small clean up/simplifications in freetype.

13 years agoNo functionnal changes (freetype).
Laurent Aimar [Fri, 10 Jun 2011 19:59:40 +0000 (21:59 +0200)]
No functionnal changes (freetype).

Reorder functions to avoid forward declarations.

13 years agoSimplified color management in freetype.
Laurent Aimar [Fri, 10 Jun 2011 19:57:46 +0000 (21:57 +0200)]
Simplified color management in freetype.

13 years agoReplaced a var_Get() by var_GetInteger() in freetype.
Laurent Aimar [Fri, 10 Jun 2011 19:43:00 +0000 (21:43 +0200)]
Replaced a var_Get() by var_GetInteger() in freetype.

13 years agoRemoved unused "scale" object variable in text renderer.
Laurent Aimar [Fri, 10 Jun 2011 19:41:23 +0000 (21:41 +0200)]
Removed unused "scale" object variable in text renderer.

13 years agoReplaced ft_style_t by text_style_t in freetype.
Laurent Aimar [Fri, 10 Jun 2011 19:24:31 +0000 (21:24 +0200)]
Replaced ft_style_t by text_style_t in freetype.

13 years agoNo functionnal changes.
Laurent Aimar [Fri, 10 Jun 2011 18:52:11 +0000 (20:52 +0200)]
No functionnal changes.

Reorder functions to avoid forward declarations.

13 years agoMerged text_renderer.h into freetype.c
Laurent Aimar [Fri, 10 Jun 2011 18:41:32 +0000 (20:41 +0200)]
Merged text_renderer.h into freetype.c

It isn't use anywhere else.

13 years agoClean up a bit freetype.
Laurent Aimar [Wed, 8 Jun 2011 22:06:02 +0000 (00:06 +0200)]
Clean up a bit freetype.

13 years agoFactorized rendering code between html and non html mode in freetype.
Laurent Aimar [Wed, 8 Jun 2011 20:11:43 +0000 (22:11 +0200)]
Factorized rendering code between html and non html mode in freetype.

13 years agoRenamed Render into RenderYUVP (freetype).
Laurent Aimar [Tue, 7 Jun 2011 23:03:41 +0000 (01:03 +0200)]
Renamed Render into RenderYUVP (freetype).

13 years agomacosx: added skeleton for the video effects panel
Felix Paul Kühne [Fri, 10 Jun 2011 18:11:23 +0000 (20:11 +0200)]
macosx: added skeleton for the video effects panel

13 years agoContribs: flac building simplification
Jean-Baptiste Kempf [Fri, 10 Jun 2011 16:01:21 +0000 (18:01 +0200)]
Contribs: flac building simplification

13 years agolive555: remove unnecessary header
Jean-Baptiste Kempf [Fri, 10 Jun 2011 15:29:09 +0000 (17:29 +0200)]
live555: remove unnecessary header

13 years agoAndroid: deactivate even more things in the configure
Jean-Baptiste Kempf [Fri, 10 Jun 2011 13:11:52 +0000 (15:11 +0200)]
Android: deactivate even more things in the configure

13 years agoaout_InputPlay: keep the input FIFO lock
Rémi Denis-Courmont [Thu, 9 Jun 2011 20:47:14 +0000 (23:47 +0300)]
aout_InputPlay: keep the input FIFO lock

This avoids racing with the audio output thread (if it exists) on the
end date of the mixer input FIFO.

13 years agoaout_OutputNextBuffer: move both FIFOs atomically and clean up
Rémi Denis-Courmont [Thu, 9 Jun 2011 20:44:48 +0000 (23:44 +0300)]
aout_OutputNextBuffer: move both FIFOs atomically and clean up

This avoids racing with decoder thread (audio input & mixer) w.r.t. the
FIFO timestamps.

13 years agoWin32: Add vlc-cache-gen.exe properties
Jean-Baptiste Kempf [Thu, 9 Jun 2011 20:38:24 +0000 (22:38 +0200)]
Win32: Add vlc-cache-gen.exe properties

Reported-By: Alessandro (ale5000)
13 years agoWin32: Fix libvlc.dll properties
Jean-Baptiste Kempf [Thu, 9 Jun 2011 20:32:54 +0000 (22:32 +0200)]
Win32: Fix libvlc.dll properties

Reported-By: Alessandro (ale5000)
13 years agoskins2: fix memory leak regarding previous commit
Erwan Tulou [Thu, 9 Jun 2011 20:18:42 +0000 (22:18 +0200)]
skins2: fix memory leak regarding previous commit

13 years agoskins2: fullscreen support for multiple screens (both Linux and Win32)
Erwan Tulou [Thu, 9 Jun 2011 16:17:14 +0000 (18:17 +0200)]
skins2: fullscreen support for multiple screens (both Linux and Win32)

- by default, fullscreen is performed on the same monitor as the one
  where the video is currently being played back.
- support for --qt-fullscreen-screennumber if the user wishes to force
  fullscreen on a given monitor.

This fixes trac #4712. Tested on Linux. Tests needed for Windows.

13 years agoskins2(Win32): kill compil warnings
Erwan Tulou [Wed, 8 Jun 2011 22:16:07 +0000 (00:16 +0200)]
skins2(Win32): kill compil warnings

13 years agoMissing case
Rémi Denis-Courmont [Thu, 9 Jun 2011 19:39:31 +0000 (22:39 +0300)]
Missing case

13 years agomixer: do not check for expired input PTS
Rémi Denis-Courmont [Thu, 9 Jun 2011 16:43:46 +0000 (19:43 +0300)]
mixer: do not check for expired input PTS

The audio input drops expired packets before they hit the mixer. Since
we only support a single input per mixer, the mixer check is mostly
redumdant.

13 years agoAdd GNOME MIME types for Ogg Vorbis and Ogg Theora
Rémi Denis-Courmont [Thu, 9 Jun 2011 16:36:31 +0000 (19:36 +0300)]
Add GNOME MIME types for Ogg Vorbis and Ogg Theora

Pointed-out-by: Fabian Greffrath <fabian@greffrath.com> (Debian BTS)
13 years agoSmall quirk in previous commit
Rémi Denis-Courmont [Thu, 9 Jun 2011 16:23:04 +0000 (19:23 +0300)]
Small quirk in previous commit

13 years agoaout_InputPlay: compute drift once (rather than 2-4 times)
Rémi Denis-Courmont [Thu, 9 Jun 2011 16:08:57 +0000 (19:08 +0300)]
aout_InputPlay: compute drift once (rather than 2-4 times)

13 years agomixer: cleanup packetization
Rémi Denis-Courmont [Thu, 9 Jun 2011 15:25:32 +0000 (18:25 +0300)]
mixer: cleanup packetization

13 years agoaout_InputPlay: compute current time only once
Rémi Denis-Courmont [Thu, 9 Jun 2011 14:26:23 +0000 (17:26 +0300)]
aout_InputPlay: compute current time only once

13 years agoCosmetic change: aout_InputIsEmpty -> aout_DecIsEmpty
Rémi Denis-Courmont [Thu, 9 Jun 2011 15:06:11 +0000 (18:06 +0300)]
Cosmetic change: aout_InputIsEmpty -> aout_DecIsEmpty

13 years agoi18n: fix POTFILES
Pierre Ynard [Thu, 9 Jun 2011 14:26:19 +0000 (16:26 +0200)]
i18n: fix POTFILES

13 years agofixed32: debug typo
Rémi Denis-Courmont [Wed, 8 Jun 2011 19:57:31 +0000 (22:57 +0300)]
fixed32: debug typo

13 years agotelepathy: Fix memleak
Mirsal Ennaime [Wed, 8 Jun 2011 12:01:15 +0000 (14:01 +0200)]
telepathy: Fix memleak

13 years agodbus: fix memleaks
Mirsal Ennaime [Wed, 8 Jun 2011 11:36:28 +0000 (13:36 +0200)]
dbus: fix memleaks

13 years agolua: return nil when the stream or file ends (fix #4876)
Rémi Duraffort [Wed, 8 Jun 2011 18:24:26 +0000 (20:24 +0200)]
lua: return nil when the stream or file ends (fix #4876)

13 years agomacosx: fixed disappearing repeat button images introduced in [8f79caa3e4b56c73c719bf...
Felix Paul Kühne [Wed, 8 Jun 2011 16:41:28 +0000 (18:41 +0200)]
macosx: fixed disappearing repeat button images introduced in [8f79caa3e4b56c73c719bfa7c444cccbf203aa19]

Closes #4886

13 years agoWin32: define _WIN32_IE in a centralized way
Jean-Baptiste Kempf [Wed, 8 Jun 2011 16:30:03 +0000 (18:30 +0200)]
Win32: define _WIN32_IE in a centralized way

13 years agoWin32 skins: reorder includes to fix warnings
Jean-Baptiste Kempf [Wed, 8 Jun 2011 16:23:08 +0000 (18:23 +0200)]
Win32 skins: reorder includes to fix warnings

13 years agoQt: includes order
Jean-Baptiste Kempf [Wed, 8 Jun 2011 15:56:27 +0000 (17:56 +0200)]
Qt: includes order

13 years agoWin32: Use _WIN32_WINNT 0x501 everywhere
Jean-Baptiste Kempf [Wed, 8 Jun 2011 15:36:47 +0000 (17:36 +0200)]
Win32: Use _WIN32_WINNT 0x501 everywhere

13 years agoDirect3D is now the default for every Windows version
Jean-Baptiste Kempf [Wed, 8 Jun 2011 15:25:07 +0000 (17:25 +0200)]
Direct3D is now the default for every Windows version

Main reason is that tt has the nicer subtitles support
Broken configurations (looking at you S3 and Matrox) will be able to use
the DirectDraw module.

13 years agoNEWS for VLC 1.2.0 Windows versions support
Jean-Baptiste Kempf [Wed, 8 Jun 2011 15:21:54 +0000 (17:21 +0200)]
NEWS for VLC 1.2.0 Windows versions support

Unsupported versions:
- Win9x (this is already the case)
- Win XP SP0, SP1
- Win 2000 (all editions)
- Windows 2003 SP0

Supported versions:
- Windows XP SP2, SP3
- Windows 2003 SP1
- Windows Vista, 7 and 2008

13 years agotypo
Rafaël Carré [Wed, 8 Jun 2011 02:02:58 +0000 (22:02 -0400)]
typo

13 years agoQt4: add the browsed folder to the device combo
Jean-Baptiste Kempf [Wed, 8 Jun 2011 00:49:57 +0000 (02:49 +0200)]
Qt4: add the browsed folder to the device combo

13 years agoContribs: update to latest x264 configure and use native win32 threads
Jean-Baptiste Kempf [Tue, 7 Jun 2011 21:22:33 +0000 (23:22 +0200)]
Contribs: update to latest x264 configure and use native win32 threads

13 years agoAdd mixer for FI32 and S16N
Rémi Denis-Courmont [Tue, 7 Jun 2011 18:34:51 +0000 (21:34 +0300)]
Add mixer for FI32 and S16N

Audio volume should now work on !HAVE_FPU. This is untested though.

13 years agoDxVA2: add Mpeg1 VLD and VC-1 2010 VLD GUIDs
Jean-Baptiste Kempf [Tue, 7 Jun 2011 18:12:19 +0000 (20:12 +0200)]
DxVA2: add Mpeg1 VLD and VC-1 2010 VLD GUIDs

Both are present in recent nVidia cards. The latter is about the
Aug. 2010 revision of the DxVA2 WMV specification

13 years agodbus: Fix memleak and remove warnings
Mirsal Ennaime [Tue, 7 Jun 2011 16:59:45 +0000 (18:59 +0200)]
dbus: Fix memleak and remove warnings

13 years agodbus: Fix the tracklist's PropertyChanged signal
Mirsal Ennaime [Tue, 7 Jun 2011 16:14:16 +0000 (18:14 +0200)]
dbus: Fix the tracklist's PropertyChanged signal

13 years agodbus: Correctly initialize p_sys
Mirsal Ennaime [Tue, 7 Jun 2011 16:11:37 +0000 (18:11 +0200)]
dbus: Correctly initialize p_sys

13 years agoRemove aout_mixer_input_t.begin
Rémi Denis-Courmont [Tue, 7 Jun 2011 17:43:50 +0000 (20:43 +0300)]
Remove aout_mixer_input_t.begin

13 years agoaout mixer: do output buffer packetization in core, simplify
Rémi Denis-Courmont [Tue, 7 Jun 2011 17:11:41 +0000 (20:11 +0300)]
aout mixer: do output buffer packetization in core, simplify

Now the mixer can focus on applying to volume. Dummy mixers for
S/PDIF and linear are now merged.

13 years agoaout_Fifo*: remove useless parameter
Rémi Denis-Courmont [Tue, 7 Jun 2011 16:35:39 +0000 (19:35 +0300)]
aout_Fifo*: remove useless parameter

13 years agomixer: partial cleanup, use aout_mixer_t instead of aout_instance_t
Rémi Denis-Courmont [Tue, 7 Jun 2011 16:20:22 +0000 (19:20 +0300)]
mixer: partial cleanup, use aout_mixer_t instead of aout_instance_t

13 years agoConstify aout_OutputNew()
Rémi Denis-Courmont [Tue, 7 Jun 2011 15:15:25 +0000 (18:15 +0300)]
Constify aout_OutputNew()

13 years agoFix ByteIOContext init on recent libavformat
Laurent Aimar [Mon, 6 Jun 2011 22:43:56 +0000 (00:43 +0200)]
Fix ByteIOContext init on recent libavformat

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoskins2: drag&drop (small tweak)
Erwan Tulou [Mon, 6 Jun 2011 21:21:10 +0000 (23:21 +0200)]
skins2: drag&drop (small tweak)

Rather than automatically expanding folders when hoving over them, use this
information (folder expanded or not) to either insert the dropped item as its
next sibling in the parent folder or as its first child in this folder respectively.

13 years agoskins2: fix some important playlist limitations or bugs
Erwan Tulou [Tue, 17 May 2011 15:12:24 +0000 (17:12 +0200)]
skins2: fix some important playlist limitations or bugs

This patch includes the following :
  - fix item misplacement (items were only appended instead of being inserted)
  - fix slider scrolling that could not adapt to the real size of the playlist
  - enhance drag&drop by allowing users to finely insert item being dropped
    into either the playlist or the media library.
  - optimise refresh (only rebuild playtree in case of visible item)
  - remove keeping a reference to a playlist_item_t* (since it is not
    refcounted, a lookup from the playlist with proper lock mechanism
    is needed)
  - remove the m_deleted flag (corner cases were never dealt with) and
    replace it with a notification prior to deletion
  - implement operator++ to simplify iterating visible items (cosmetics)

A deeper redesign/simplification and support for the new sql playlist would be a good thing though.

13 years agoskins2: drap&drop enhancement
Erwan Tulou [Tue, 17 May 2011 14:25:47 +0000 (16:25 +0200)]
skins2: drap&drop enhancement

Pass drap&drop coordinates over to visual controls.
This feature will be used to allow users to finely insert items in the
playtree control instead of just appending them at the end.

13 years agoRevert "Add Dirac encoding support to VLC using the Schroedinger library."
Rémi Denis-Courmont [Mon, 6 Jun 2011 20:07:00 +0000 (23:07 +0300)]
Revert "Add Dirac encoding support to VLC using the Schroedinger library."

Hand-crafted code in plugin descriptor is not allowed. And the code was
unsurprisingly buggy.
This reverts commit 1c2a95b85ef3e984fd963e7fff6c1c03693b9255.

Conflicts:

modules/codec/schroedinger.c

13 years agoTried to fix the macosx opengl.c compilation issue.
Laurent Aimar [Mon, 6 Jun 2011 19:33:10 +0000 (21:33 +0200)]
Tried to fix the macosx opengl.c compilation issue.

13 years agoXCB screen: cleanup capture region computations
Rémi Denis-Courmont [Mon, 6 Jun 2011 15:11:31 +0000 (18:11 +0300)]
XCB screen: cleanup capture region computations

13 years agoTaglib: fix build with 1.6.3.
Konstantin Pavlov [Mon, 6 Jun 2011 10:32:33 +0000 (14:32 +0400)]
Taglib: fix build with 1.6.3.

13 years agoNEWS: sync with 1.1.10
Jean-Baptiste Kempf [Mon, 6 Jun 2011 10:40:10 +0000 (12:40 +0200)]
NEWS: sync with 1.1.10

13 years agocontribs: updated to latest binary package
Felix Paul Kühne [Sun, 5 Jun 2011 20:54:27 +0000 (22:54 +0200)]
contribs: updated to latest binary package

13 years agomacosx: fixed volume normalizer prefs and crash when saving the Growl option in combi...
Felix Paul Kühne [Sun, 5 Jun 2011 19:07:58 +0000 (21:07 +0200)]
macosx: fixed volume normalizer prefs and crash when saving the Growl option in combination with some config sets

13 years agomacosx: fixed crash when converting strings
Felix Paul Kühne [Sun, 5 Jun 2011 18:48:35 +0000 (20:48 +0200)]
macosx: fixed crash when converting strings

13 years agoAdd a few more subtitles extensions
Jean-Baptiste Kempf [Sun, 5 Jun 2011 17:20:07 +0000 (19:20 +0200)]
Add a few more subtitles extensions

13 years agoUpdate NEWS, LIST and subtitles extensions for STL
Jean-Baptiste Kempf [Sun, 5 Jun 2011 17:15:18 +0000 (19:15 +0200)]
Update NEWS, LIST and subtitles extensions for STL

13 years agoFixed compilation with avcodec without MT support.
Laurent Aimar [Sun, 5 Jun 2011 14:44:08 +0000 (16:44 +0200)]
Fixed compilation with avcodec without MT support.

13 years agoRemoved use of fprintf() in stl decoder.
Laurent Aimar [Sun, 5 Jun 2011 14:38:24 +0000 (16:38 +0200)]
Removed use of fprintf() in stl decoder.

13 years agoAdded STL demuxer/decoder.
Laurent Aimar [Fri, 27 Aug 2010 19:05:12 +0000 (21:05 +0200)]
Added STL demuxer/decoder.

It is a preliminary work.

13 years agoAdded VLC_CODEC_EBU_STL.
Laurent Aimar [Fri, 27 Aug 2010 19:04:38 +0000 (21:04 +0200)]
Added VLC_CODEC_EBU_STL.

13 years agoFade for 1/4 of the display time.
Laurent Aimar [Sun, 5 Jun 2011 14:18:54 +0000 (16:18 +0200)]
Fade for 1/4 of the display time.

It is looking more natural.

13 years agoDisabled frame threaded decoding when ffmpeg-hw is enabled and might be used.
Laurent Aimar [Sat, 4 Jun 2011 20:59:49 +0000 (22:59 +0200)]
Disabled frame threaded decoding when ffmpeg-hw is enabled and might be used.

It allows to use hw decoding (whereas it was always disabled).
It workaround a bug in ffmpeg/libav.

13 years agoUsed WGL_EXT_swap_control in glwin32.
Laurent Aimar [Thu, 2 Jun 2011 19:56:23 +0000 (21:56 +0200)]
Used WGL_EXT_swap_control in glwin32.

It avoid tearing depending on the default settings.

13 years agoNEWS: mention taglib improvements
Jean-Baptiste Kempf [Sun, 5 Jun 2011 00:48:23 +0000 (02:48 +0200)]
NEWS: mention taglib improvements

13 years agotaglib: cleanup includes.
Rémi Duraffort [Sat, 4 Jun 2011 22:43:07 +0000 (00:43 +0200)]
taglib: cleanup includes.

13 years agotaglib: MP4 covert art comes with v1.6.1 and only if TAGLIB_WITH_MP4 is defined.
Rémi Duraffort [Sat, 4 Jun 2011 22:27:22 +0000 (00:27 +0200)]
taglib: MP4 covert art comes with v1.6.1 and only if TAGLIB_WITH_MP4 is defined.

13 years agotaglib: ASF cover art support comes only after v1.7 and if TAGLIB_WITH_ASF is defined.
Rémi Duraffort [Sat, 4 Jun 2011 22:08:09 +0000 (00:08 +0200)]
taglib: ASF cover art support comes only after v1.7 and if TAGLIB_WITH_ASF is defined.

13 years agoOgg: fix off-by-one overflow
Rémi Denis-Courmont [Sat, 4 Jun 2011 19:10:15 +0000 (22:10 +0300)]
Ogg: fix off-by-one overflow

13 years agodbus: Remove legacy mpris1 signals from the tracklist implementation
Mirsal Ennaime [Sat, 4 Jun 2011 15:56:44 +0000 (17:56 +0200)]
dbus: Remove legacy mpris1 signals from the tracklist implementation

13 years agodbus: Implement the TrackList interface's PropertiesChanged signal
Mirsal Ennaime [Tue, 31 May 2011 17:30:38 +0000 (19:30 +0200)]
dbus: Implement the TrackList interface's PropertiesChanged signal

13 years agodbus: Implement the mpris2 tracklist interface properties
Mirsal Ennaime [Mon, 23 May 2011 23:50:17 +0000 (01:50 +0200)]
dbus: Implement the mpris2 tracklist interface properties

 * Add a dispatcher method for tracklist properties
 * Implement Tracks and CanEditTracks

13 years agolibvlc: do not export libvlc_module_description_list_get but only the functions
Rémi Duraffort [Sat, 4 Jun 2011 17:57:57 +0000 (19:57 +0200)]
libvlc: do not export libvlc_module_description_list_get but only the functions
restricted to the audio and video filters.

13 years agotaglib: read wma covert arts.
Rémi Duraffort [Sat, 4 Jun 2011 17:20:36 +0000 (19:20 +0200)]
taglib: read wma covert arts.

13 years agoAVI: fix a crash in palette handling
Jean-Baptiste Kempf [Sat, 4 Jun 2011 15:20:51 +0000 (17:20 +0200)]
AVI: fix a crash in palette handling

This happen when p_vids->p_bih->biSize - sizeof( BITMAPINFOHEADER ) = 0
and the data is in p_vids->i_chunk_size, because then p_extra == NULL.

This solves the fruity sample crash but doesn't fix the palette

13 years agoSupport .awb files
Jean-Baptiste Kempf [Sat, 4 Jun 2011 13:45:17 +0000 (15:45 +0200)]
Support .awb files

13 years agoXSPF: fix realloc() integer overflow
Rémi Denis-Courmont [Sat, 4 Jun 2011 13:59:48 +0000 (16:59 +0300)]
XSPF: fix realloc() integer overflow

13 years agoXSPF: fix memory leak
Rémi Denis-Courmont [Sat, 4 Jun 2011 12:06:39 +0000 (15:06 +0300)]
XSPF: fix memory leak

13 years agoXSPF: fix leak on colliding track ID
Rémi Denis-Courmont [Sat, 4 Jun 2011 12:01:15 +0000 (15:01 +0300)]
XSPF: fix leak on colliding track ID

13 years agoXCB SD: cosmetic changes
Rémi Denis-Courmont [Sat, 4 Jun 2011 07:59:51 +0000 (10:59 +0300)]
XCB SD: cosmetic changes

13 years agodate_Increment: use lldiv()
Rémi Denis-Courmont [Sat, 4 Jun 2011 10:59:24 +0000 (13:59 +0300)]
date_Increment: use lldiv()

13 years agotaglib: cosmetics.
Rémi Duraffort [Sat, 4 Jun 2011 10:33:09 +0000 (12:33 +0200)]
taglib: cosmetics.

13 years agotaglib: RIFF and WAV files are present since v1.6.0
Rémi Duraffort [Sat, 4 Jun 2011 10:28:39 +0000 (12:28 +0200)]
taglib: RIFF and WAV files are present since v1.6.0

13 years agotaglib: use the taglib version to decide if apefile is available.
Rémi Duraffort [Sat, 4 Jun 2011 08:09:23 +0000 (10:09 +0200)]
taglib: use the taglib version to decide if apefile is available.

13 years agoUpdate: use update-test.v.o for debug builds on win32
Jean-Baptiste Kempf [Fri, 3 Jun 2011 22:47:58 +0000 (00:47 +0200)]
Update: use update-test.v.o for debug builds on win32

13 years agoDxVA2: add some more GUID
Jean-Baptiste Kempf [Thu, 2 Jun 2011 22:45:47 +0000 (00:45 +0200)]
DxVA2: add some more GUID

13 years agoAndroid: Fix src/network/udp.c compilation.
Jean-Baptiste Kempf [Sun, 7 Nov 2010 15:30:13 +0000 (16:30 +0100)]
Android: Fix src/network/udp.c compilation.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>