[vlc-devel] [PATCH 1/2] webvtt: Add gitignore

Rémi Denis-Courmont remi at remlab.net
Mon Jun 17 10:21:58 CEST 2019


Hi,

I don't think automake allows building out of tree other than in a subdirectory.

And bootstrapping out of tree cannot work, since there'd be no way to generate the tarball.

(I don't know how this changes with Meson.)

Le 17 juin 2019 09:30:03 GMT+03:00, Steve Lhomme <robux4 at ycbcr.xyz> a écrit :
>On 2019-06-17 8:28, Thomas Guillem wrote:
>> Hello,
>> 
>> I'm not sure that these patches are needed.  We recommend to build
>VLC from a specific build directory (that is already ignored by
>.gitignore).
>
>In fact it's now possible to build VLC completely out of tree, so 
>nothing is generated in the source tree. Only the boostrap needs to be 
>done at root (I'll see if it's possible to do out of tree too).
>
>> Example:
>> $ cd vlc
>> $ mkdir build
>> $ cd build
>> $ ../configure
>> $ make
>> 
>> On Sat, Jun 15, 2019, at 13:08, Johan Gunnarsson wrote:
>>> These files are generated by bison.
>>> ---
>>>   modules/codec/webvtt/.gitignore | 3 +++
>>>   1 file changed, 3 insertions(+)
>>>   create mode 100644 modules/codec/webvtt/.gitignore
>>>
>>> diff --git a/modules/codec/webvtt/.gitignore
>b/modules/codec/webvtt/.gitignore
>>> new file mode 100644
>>> index 0000000000..c56663300b
>>> --- /dev/null
>>> +++ b/modules/codec/webvtt/.gitignore
>>> @@ -0,0 +1,3 @@
>>> +CSSGrammar.c
>>> +CSSGrammar.h
>>> +CSSLexer.c
>>> -- 
>>> 2.17.1
>>>
>>> _______________________________________________
>>> vlc-devel mailing list
>>> To unsubscribe or modify your subscription options:
>>> https://mailman.videolan.org/listinfo/vlc-devel
>> _______________________________________________
>> vlc-devel mailing list
>> To unsubscribe or modify your subscription options:
>> https://mailman.videolan.org/listinfo/vlc-devel
>> 
>_______________________________________________
>vlc-devel mailing list
>To unsubscribe or modify your subscription options:
>https://mailman.videolan.org/listinfo/vlc-devel

-- 
Envoyé de mon appareil Android avec Courriel K-9 Mail. Veuillez excuser ma brièveté.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20190617/0f1f26e0/attachment.html>


More information about the vlc-devel mailing list