comparison mpegvideo_xvmc.c @ 8980:8ebe84eae835 libavcodec

Directly #include required X11/XvMC header.
author diego
date Thu, 19 Feb 2009 00:47:11 +0000
parents 69747b732498
children 436e7d43db62
comparison
equal deleted inserted replaced
8979:5337b260a70d 8980:8ebe84eae835
18 * License along with FFmpeg; if not, write to the Free Software 18 * License along with FFmpeg; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 */ 20 */
21 21
22 #include <limits.h> 22 #include <limits.h>
23 #include <X11/extensions/XvMC.h>
23 24
24 #include "avcodec.h" 25 #include "avcodec.h"
25 #include "dsputil.h" 26 #include "dsputil.h"
26 #include "mpegvideo.h" 27 #include "mpegvideo.h"
27 28