Found a way to do it entirely package maintainer way:
FWIW: a short hand for ffmpeg would be to make a script in your ~/bin directory:
~/bin$ cat ffmpeg10 #!/bin/bashLD_PRELOAD=/usr/lib/x86_64-linux-gnu/x264-10bit/libx264.so.148 ffmpeg "$@"
--Doug (dx9s) _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
