openh264dec: Fix build with msvc
authorSeungha Yang <seungha.yang@navercorp.com>
Mon, 11 Feb 2019 12:21:52 +0000 (21:21 +0900)
committerSeungha Yang <seungha.yang@navercorp.com>
Mon, 11 Feb 2019 12:21:52 +0000 (21:21 +0900)
commitf1d5f1faab97b63f5ce0a38996196fb2aec94672
treecfeb3c42f990b2e2441c3c09e178ddd3e44e3a23
parent6eda64430363955f5873a4ae63da92f9c21f7af3
openh264dec: Fix build with msvc

Fix following build error
../subprojects/gst-plugins-bad/ext/openh264/gstopenh264dec.cpp(76): error C2121:

Note that msvc usually complains #if inside macro
ext/openh264/gstopenh264dec.cpp