My results: $ ffbuild/libversion.sh avutil libavutil/version.h libavutil_VERSION=56.22.100 libavutil_VERSION_MAJOR=56 libavutil_VERSION_MINOR=22
On Fri, Dec 28, 2018 at 7:55 AM Carl Eugen Hoyos <[email protected]> wrote: > 2018-12-28 12:19 GMT+01:00, Eric Thomas <[email protected]>: > > Here is an example of what I have. The other libraries are similar (no > > version numbers).. > > find . -name *.so* | xargs ls -l > > ./libavcodec/libavcodec.so -> libavcodec.so. > > 47462412 ./libavcodec/libavcodec.so. > > I suspect this is related to your shell, try: > $ ffbuild/libversion.sh avutil libavutil/version.h > libavutil_VERSION=56.25.100 > libavutil_VERSION_MAJOR=56 > libavutil_VERSION_MINOR=25 > This is my output, I expect your output will not show the numbers. > > This is a bug that could be fixed but given that sunos is a very > unusual target and I cannot reproduce here, my guess is that > you can somehow convince your build environment to use > bash instead of the Solaris shell... > > If you need more support, please find out what top-posting > means and avoid it here. > > Carl Eugen > _______________________________________________ > 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". _______________________________________________ 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".
