[vlc-devel] [PATCH 2/4] demux: adaptative: fix compilation by gcc492 on OS/2

KO Myung-Hun komh78 at gmail.com
Mon May 18 14:28:07 CEST 2015



Jean-Baptiste Kempf wrote:
> You should define this at the CXXFLAGS in configure.
> 

No problem. BTW, I have a question. Do you have no problem with these
files ? This happens only to me ?

> On 17 May, KO Myung-Hun wrote :
>> -----
>>   CXX      demux/adaptative/libdash_plugin_la-Streams.lo
>> demux/adaptative/Streams.cpp: In static member function 'static void adaptative::AbstractStreamOutput::esOutDel(es_out_t*, es_out_id_t*)':
>> demux/adaptative/Streams.cpp:420:39: error: 'INT64_MAX' was not declared in this scope
>>              me->sendToDecoderUnlocked(INT64_MAX - VLC_TS_0);
>>                                        ^
>> make.exe[4]: *** [demux/adaptative/libdash_plugin_la-Streams.lo] Error 1
>> -----
>> ---
>>  modules/demux/adaptative/Streams.cpp | 1 +
>>  1 file changed, 1 insertion(+)
>>
>> diff --git a/modules/demux/adaptative/Streams.cpp b/modules/demux/adaptative/Streams.cpp
>> index 633cc3b..b6196e3 100644
>> --- a/modules/demux/adaptative/Streams.cpp
>> +++ b/modules/demux/adaptative/Streams.cpp
>> @@ -18,6 +18,7 @@
>>   * Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
>>   *****************************************************************************/
>>  #define __STDC_CONSTANT_MACROS
>> +#define __STDC_LIMIT_MACROS
>>  #include "Streams.hpp"
>>  #include "StreamsType.hpp"
>>  #include "http/HTTPConnection.hpp"
>> -- 
>> 1.9.5
>>
>> _______________________________________________
>> vlc-devel mailing list
>> To unsubscribe or modify your subscription options:
>> https://mailman.videolan.org/listinfo/vlc-devel
> 

-- 
KO Myung-Hun

Using Mozilla SeaMonkey 2.7.2
Under OS/2 Warp 4 for Korean with FixPak #15
In VirtualBox v4.1.32 on Intel Core i7-3615QM 2.30GHz with 8GB RAM

Korean OS/2 User Community : http://www.ecomstation.co.kr




More information about the vlc-devel mailing list