Libav 0.7.1
libavcodec/version.h
Go to the documentation of this file.
00001 /*
00002  *
00003  * This file is part of Libav.
00004  *
00005  * Libav is free software; you can redistribute it and/or
00006  * modify it under the terms of the GNU Lesser General Public
00007  * License as published by the Free Software Foundation; either
00008  * version 2.1 of the License, or (at your option) any later version.
00009  *
00010  * Libav is distributed in the hope that it will be useful,
00011  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00012  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00013  * Lesser General Public License for more details.
00014  *
00015  * You should have received a copy of the GNU Lesser General Public
00016  * License along with Libav; if not, write to the Free Software
00017  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
00018  */
00019 
00020 #ifndef AVCODEC_VERSION_H
00021 #define AVCODEC_VERSION_H
00022 
00023 #define LIBAVCODEC_VERSION_MAJOR 53
00024 #define LIBAVCODEC_VERSION_MINOR  5
00025 #define LIBAVCODEC_VERSION_MICRO  0
00026 
00027 #define LIBAVCODEC_VERSION_INT  AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
00028                                                LIBAVCODEC_VERSION_MINOR, \
00029                                                LIBAVCODEC_VERSION_MICRO)
00030 #define LIBAVCODEC_VERSION      AV_VERSION(LIBAVCODEC_VERSION_MAJOR,    \
00031                                            LIBAVCODEC_VERSION_MINOR,    \
00032                                            LIBAVCODEC_VERSION_MICRO)
00033 #define LIBAVCODEC_BUILD        LIBAVCODEC_VERSION_INT
00034 
00035 #define LIBAVCODEC_IDENT        "Lavc" AV_STRINGIFY(LIBAVCODEC_VERSION)
00036 
00041 #ifndef FF_API_PALETTE_CONTROL
00042 #define FF_API_PALETTE_CONTROL  (LIBAVCODEC_VERSION_MAJOR < 54)
00043 #endif
00044 #ifndef FF_API_OLD_SAMPLE_FMT
00045 #define FF_API_OLD_SAMPLE_FMT   (LIBAVCODEC_VERSION_MAJOR < 54)
00046 #endif
00047 #ifndef FF_API_OLD_AUDIOCONVERT
00048 #define FF_API_OLD_AUDIOCONVERT (LIBAVCODEC_VERSION_MAJOR < 54)
00049 #endif
00050 #ifndef FF_API_ANTIALIAS_ALGO
00051 #define FF_API_ANTIALIAS_ALGO   (LIBAVCODEC_VERSION_MAJOR < 54)
00052 #endif
00053 #ifndef FF_API_REQUEST_CHANNELS
00054 #define FF_API_REQUEST_CHANNELS (LIBAVCODEC_VERSION_MAJOR < 54)
00055 #endif
00056 #ifndef FF_API_OPT_H
00057 #define FF_API_OPT_H            (LIBAVCODEC_VERSION_MAJOR < 54)
00058 #endif
00059 #ifndef FF_API_THREAD_INIT
00060 #define FF_API_THREAD_INIT      (LIBAVCODEC_VERSION_MAJOR < 54)
00061 #endif
00062 #ifndef FF_API_OLD_FF_PICT_TYPES
00063 #define FF_API_OLD_FF_PICT_TYPES (LIBAVCODEC_VERSION_MAJOR < 54)
00064 #endif
00065 #ifndef FF_API_FLAC_GLOBAL_OPTS
00066 #define FF_API_FLAC_GLOBAL_OPTS (LIBAVCODEC_VERSION_MAJOR < 54)
00067 #endif
00068 #ifndef FF_API_GET_PIX_FMT_NAME
00069 #define FF_API_GET_PIX_FMT_NAME (LIBAVCODEC_VERSION_MAJOR < 54)
00070 #endif
00071 
00072 #endif /* AVCODEC_VERSION_H */