Sorry, it's due to the makefile and not a problem of libav.

If I compile using one invocation of gcc, like below, the return value is wrong.
gcc  avutil-test.c -lavutil  -o avutil-test


However, if I compile it in the following way, the return value is correct.
gcc  -c avutil-test.c -o avutil-test.o
gcc  avutil-test.o  -lavutil  -o avutil-test


This looks wierd.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1159760

Title:
  av_rescale_q() returns wrong value on Precise amd64

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libav/+bug/1159760/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to