diff cfg-mplayer.h @ 32142:4614728cab25

build system: Merge all FFmpeg library checks into a single FFmpeg check. There is little point in assuming that some parts of FFmpeg might be available without the others. Plus, mixing and matching static and shared FFmpeg libraries was never supported.
author diego
date Mon, 13 Sep 2010 18:19:25 +0000
parents 184969a3a437
children ed12c6f6abd8
line wrap: on
line diff
--- a/cfg-mplayer.h	Mon Sep 13 18:09:29 2010 +0000
+++ b/cfg-mplayer.h	Mon Sep 13 18:19:25 2010 +0000
@@ -23,6 +23,7 @@
  * config for cfgparser
  */
 
+#include <stddef.h>
 #include "cfg-common.h"
 #include "gui/interface.h"
 #include "input/lirc.h"