Anton Khirnov
|
e15371061d
|
lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bump
They are not properly namespaced and not intended for public use.
|
5 years ago |
Clément Bœsch
|
e0b9b3e60e
|
lavu/tests: move timer.h include earlier
In the next commit, timer.h will require a _GNU_SOURCE to be set before
including system headers. This commit prevents compilation failures.
|
7 years ago |
Clément Bœsch
|
dc27df47ff
|
lavu/tests/des: rename crypt to crypt_ref
This will prevent a symbol clash with crypt(3) after unistd.h is
included.
|
7 years ago |
Diego Biurrun
|
b83aea7340
|
des-test: Pass the proper types to av_des_*() functions
Fixes a number of incompatible pointer type warnings.
|
8 years ago |
Diego Biurrun
|
a6a750c7ef
|
tests: Move all test programs to a subdirectory
|
9 years ago |
Diego Biurrun
|
d12b5b2f13
|
build: Split test programs off into separate files
This avoids spurious library rebuilds when only the test program
code is changed and simplifies the build system.
|
9 years ago |