[vlc-devel] [vlc-commits] vout: win32: drawable: move the code in video_output/win32
KO Myung-Hun
komh78 at gmail.com
Mon Jun 15 13:19:45 CEST 2020
Hi/2.
Steve Lhomme wrote:
> On 2020-06-13 16:09, KO Myung-Hun wrote:
>> Hi/2.
>>
>> Steve Lhomme wrote:
>>> vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Mon May 11
>>> 10:48:53 2020 +0200| [0b25d87000c2392b5eb6a8373737d8fb505035a9] |
>>> committer: Steve Lhomme
>>>
>>> vout: win32: drawable: move the code in video_output/win32
>>>
>>
>> Sorry for late, but please split win32-specific codes because drawable
>> is used on OS/2, too.
>
> But it's only enabled with
> if HAVE_WIN32
> vout_LTLIBRARIES += libdrawable_plugin.la
> endif
>
> So either OS/2 defines that and the location is correct, or it doesn't
> and then the makefile is incorrect.
>
There is the following after that:
### OS/2 ###
if HAVE_OS2
vout_LTLIBRARIES += libdrawable_plugin.la
endif
See
https://code.videolan.org/videolan/vlc/-/blob/master/modules/video_output/Makefile.am#L240
--
KO Myung-Hun
Using Mozilla SeaMonkey 2.7.2
Under OS/2 Warp 4 for Korean with FixPak #15
In VirtualBox v6.1.10 on Intel Core i7-3615QM 2.30GHz with 8GB RAM
Korean OS/2 User Community : http://www.os2.kr/
More information about the vlc-devel
mailing list