From c64bab0805f35ef11ea4b689c24a7ff64da4bffa Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 7 Jun 2007 14:13:59 +0000 Subject: [PATCH] Fix linking: emms_c is a macro, #include the correct header file. Originally committed as revision 9238 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/grab.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/grab.c b/libavformat/grab.c index 1abfbd6..3db3748 100644 --- a/libavformat/grab.c +++ b/libavformat/grab.c @@ -19,6 +19,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "avformat.h" +#include "dsputil.h" #include #include #include -- 2.7.4