# This file is part of Xpra.
# Copyright (C) 2013 Antoine Martin <antoine@devloop.org.uk>
# Xpra is released under the terms of the GNU GPL v2, or, at your option, any
# later version. See the file COPYING for details.

## This file is processed by setup.py to create a .pxi
##
## The resulting .pxi file will make all the constants available to
## Cython code under their own names, and also create a python-exposed
## dictionary through which the constants can be accessed like
## constants["AV_..."].

X264_BUILD

X264_LOG_ERROR

X264_CSP_I420
X264_CSP_I422
X264_CSP_I444
X264_CSP_BGR
X264_CSP_BGRA
X264_CSP_RGB
