diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-02-06 14:16:33 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-06-11 23:35:32 +0200 |
commit | 4299fd23d3f6cbd8f74be4d1eca0c3e3f46d23be (patch) | |
tree | 89e01d86e2310e61bf60d1123ecba7f180072b45 /libavutil/Makefile | |
parent | 3ecaba677ed1f725043bed3b19198b2a8bf8c729 (diff) | |
download | ffmpeg-4299fd23d3f6cbd8f74be4d1eca0c3e3f46d23be.tar.gz |
lavu/error: use a table to store error codes and strings, add test
The table is mostly useful to enumerate the available AVERROR* in the
test output.
Diffstat (limited to 'libavutil/Makefile')
-rw-r--r-- | libavutil/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile index 43c6177733..3dfe2fd29e 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -95,6 +95,7 @@ TESTPROGS = adler32 \ cpu \ crc \ des \ + error \ eval \ file \ fifo \ |