projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93cc10f
)
Fix linking: emms_c is a macro, #include the correct header file.
author
Diego Biurrun
<diego@biurrun.de>
Thu, 7 Jun 2007 14:13:59 +0000
(14:13 +0000)
committer
Diego 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
patch
|
blob
|
history
diff --git
a/libavformat/grab.c
b/libavformat/grab.c
index 1abfbd60a40844ff350f521487fc9dbc54211769..3db37482fdb2a576073033395ff50e14a2876b63 100644
(file)
--- 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 <unistd.h>
#include <fcntl.h>
#include <sys/ioctl.h>