demux: adaptative: fix compilation on OS/2
commit2ede14e9f8fd87470e5aebf1ad82fdfe32534cf9
authorKO Myung-Hun <komh78@gmail.com>
Sat, 3 Oct 2015 06:14:41 +0000 (3 15:14 +0900)
committerJean-Baptiste Kempf <jb@videolan.org>
Tue, 6 Oct 2015 10:22:07 +0000 (6 12:22 +0200)
tree15de71ea9b72e02afc9bdb3ceeb5828f24e58fd5
parentb8242eeb84ac626d58c55a66288e79da6dffdd08
demux: adaptative: fix compilation on OS/2

-----
  CXX      demux/adaptative/plumbing/libadaptative_plugin_la-CommandsQueue.lo
In file included from f:/lang/gcc/usr/local492/include/c++/4.9.2/atomic:38:0,
                 from ../include/vlc_atomic.h:221,
                 from demux/adaptative/plumbing/CommandsQueue.hpp:29,
                 from demux/adaptative/plumbing/CommandsQueue.cpp:20:
f:/lang/gcc/usr/local492/include/c++/4.9.2/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support is currently experimental, and must be enabled with the -std=c++11 or -std=gnu++11 compiler options.
 #error This file requires compiler and library support for the \
  ^
In file included from f:/lang/gcc/usr/local492/include/c++/4.9.2/atomic:41:0,
                 from ../include/vlc_atomic.h:221,
                 from demux/adaptative/plumbing/CommandsQueue.hpp:29,
                 from demux/adaptative/plumbing/CommandsQueue.cpp:20:
f:/lang/gcc/usr/local492/include/c++/4.9.2/bits/atomic_base.h:74:3: error: 'constexpr' does not name a type
   constexpr memory_order
   ^
...
-----

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
extras/package/os2/configure.sh