Fix linking: emms_c is a macro, #include the correct header file.
authorDiego Biurrun <diego@biurrun.de>
Thu, 7 Jun 2007 14:13:59 +0000 (14:13 +0000)
committerDiego Biurrun <diego@biurrun.de>
Thu, 7 Jun 2007 14:13:59 +0000 (14:13 +0000)
Originally committed as revision 9238 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/grab.c

index 1abfbd6..3db3748 100644 (file)
@@ -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>