2012-01-28 16:40:14 +01:00
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
2012-01-30 17:50:19 +01:00
|
|
|
// Simple x264 Launcher
|
2014-01-27 19:58:24 +01:00
|
|
|
// Copyright (C) 2004-2014 LoRd_MuldeR <MuldeR2@GMX.de>
|
2012-01-28 16:40:14 +01:00
|
|
|
//
|
|
|
|
// This program is free software; you can redistribute it and/or modify
|
|
|
|
// it under the terms of the GNU General Public License as published by
|
|
|
|
// the Free Software Foundation; either version 2 of the License, or
|
|
|
|
// (at your option) any later version.
|
|
|
|
//
|
|
|
|
// This program is distributed in the hope that it will be useful,
|
|
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
// GNU General Public License for more details.
|
|
|
|
//
|
|
|
|
// You should have received a copy of the GNU General Public License along
|
|
|
|
// with this program; if not, write to the Free Software Foundation, Inc.,
|
|
|
|
// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
|
|
//
|
|
|
|
// http://www.gnu.org/licenses/gpl-2.0.txt
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
2013-11-06 00:30:27 +01:00
|
|
|
#ifndef ENABLE_X264_VERSION_INCLUDE
|
|
|
|
#error Please do *not* inlcude "version.h" directly!
|
|
|
|
#endif
|
|
|
|
|
2012-02-08 00:29:47 +01:00
|
|
|
#define VER_X264_MAJOR 2
|
2014-01-27 21:54:24 +01:00
|
|
|
#define VER_X264_MINOR 3
|
2014-02-22 20:32:46 +01:00
|
|
|
#define VER_X264_PATCH 2
|
|
|
|
#define VER_X264_BUILD 780
|
2012-01-30 17:50:19 +01:00
|
|
|
|
2014-01-29 16:23:55 +01:00
|
|
|
#define VER_X264_MINIMUM_REV 2380
|
|
|
|
#define VER_X264_CURRENT_API 142
|
2012-02-08 00:29:47 +01:00
|
|
|
#define VER_X264_AVS2YUV_VER 242
|
2012-02-02 22:53:40 +01:00
|
|
|
|
2013-11-03 17:08:02 +01:00
|
|
|
#define VER_X264_PORTABLE_EDITION (0)
|
|
|
|
|
2012-02-04 19:09:27 +01:00
|
|
|
#define VER_X264_PRE_RELEASE (0)
|