openbsd-ports/net/openh323/pkg/MESSAGE
ajacoutot ea6505e148 - update to 1.18.0 and unbreak
- enable h263 codec
- add SHARED_ONLY
- take over maintainership (ok couderc@, former maintainer)

ok todd@
2007-04-26 14:10:30 +00:00

10 lines
406 B
Plaintext

To be able to use the H.263 codec (from FFmpeg), you must create a link
from ${LOCALBASE}/lib/libavcodec.so.X.Y to
${LOCALBASE}/lib/pwlib/libavcodec.so so that it can be loaded as a
run-time module by OpenH323.
To do so run the following command as root:
ln -sf ${LOCALBASE}/lib/libavcodec.so.X.Y ${LOCALBASE}/lib/pwlib/libavcodec.so
where X and Y are the corresponding major and minor version numbers.