diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-03-13 09:43:24 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-03-13 09:43:24 +0000 |
commit | 60c144f700e2e362047b00704abcb694d49e549c (patch) | |
tree | db26ebb1ced5c97b254e927a703690c247a44974 /libavutil/Makefile | |
parent | 1e76a1da0534f3a7cdaf7811059beaff874e0504 (diff) | |
download | ffmpeg-60c144f700e2e362047b00704abcb694d49e549c.tar.gz |
Move error code definitions from libavcodec/avcodec.h to
libavutil/error.h.
Error code definitions and handling code belong to libavutil, where
they can be shared by all the libav* libraries.
See the thread:
Subject: [FFmpeg-devel] [PATCH] Move error codes definitions from lavc to lavu
Date: Sun, 19 Jul 2009 12:09:16 +0200
Originally committed as revision 22501 to svn://svn.ffmpeg.org/ffmpeg/trunk
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 1802526e17..5b6cd0e836 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -9,6 +9,7 @@ HEADERS = adler32.h \ base64.h \ common.h \ crc.h \ + error.h \ fifo.h \ intfloat_readwrite.h \ log.h \ |