You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When explicitly enabled, the build finds libmpeg2 normally, disables bundled lib, compiles vd_libmpeg2, but then does not pass -lmpeg2 to the linker. In result linking of mencoder fails due to a bunch of _mpeg2_* symbols.
When explicitly enabled, the build finds
libmpeg2normally, disables bundled lib, compilesvd_libmpeg2, but then does not pass-lmpeg2to the linker. In result linking of mencoder fails due to a bunch of_mpeg2_*symbols.