$NetBSD: patch-aj,v 1.1 2009/01/27 04:05:50 jmcneill Exp $

--- src/metadata/ffmpeg_handler.cc.orig	2009-01-26 22:51:12.000000000 -0500
+++ src/metadata/ffmpeg_handler.cc	2009-01-26 22:51:27.000000000 -0500
@@ -47,7 +47,7 @@
 #ifdef HAVE_FFMPEG
 
 // ffmpeg needs the following sources
-// INT64_C is not defined in ffmpeg/avformat.h but is needed
+// INT64_C is not defined in libavformat/avformat.h but is needed
 #define __STDC_CONSTANT_MACROS
 #include <stdint.h>
 
@@ -56,7 +56,7 @@ extern "C" 
 {
 #endif
 
-#include <ffmpeg/avformat.h>
+#include <libavformat/avformat.h>
 
 #ifdef FFMPEG_NEEDS_EXTERN_C
 } // extern "C"
