changeset 2153:6d873194ff86 libavformat

Fix linking: emms_c is a macro, #include the correct header file.
author diego
date Thu, 07 Jun 2007 14:13:59 +0000
parents 5493fd53a671
children b849507913da
files grab.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/grab.c	Thu Jun 07 13:24:19 2007 +0000
+++ b/grab.c	Thu Jun 07 14:13:59 2007 +0000
@@ -19,6 +19,7 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 #include "avformat.h"
+#include "dsputil.h"
 #include <unistd.h>
 #include <fcntl.h>
 #include <sys/ioctl.h>