diff Makefile @ 877:51fd7ea406a1 libavutil

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
author stefano
date Sat, 13 Mar 2010 09:43:24 +0000
parents efba70214ef1
children 3e77728d53e1
line wrap: on
line diff
--- a/Makefile	Thu Mar 11 02:32:14 2010 +0000
+++ b/Makefile	Sat Mar 13 09:43:24 2010 +0000
@@ -9,6 +9,7 @@
           base64.h                                                      \
           common.h                                                      \
           crc.h                                                         \
+          error.h                                                       \
           fifo.h                                                        \
           intfloat_readwrite.h                                          \
           log.h                                                         \