Cannot compile ptlib with --disable-video
Brought to you by:
csoutheren,
rjongbloed
When compiling ptlib with --disable-video, I get about 60+ errors in mediafile.cxx.
Additionally, I was able to build ptlib with --disable-video when removing "#elif WIN32" at line 1493 of mediafile.cxx. It seems that the #elif breaks the other precompile ifelse logic.
When compiling ptlib with --disable-video, I get about 60+ errors in mediafile.cxx.
Additionally, I was able to build ptlib with --disable-video when removing "#elif WIN32" at line 1493 of mediafile.cxx. It seems that the #elif breaks the other precompile ifelse logic.
More info: I am building ptlib/opal for x64 windows platform and using static libs.
I can confirm this issue.
Should now be fixed