summaryrefslogtreecommitdiffstats
path: root/codec-cfg.c
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-02 22:37:28 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-02 22:37:28 +0000
commitd276fe563458936eb81e464ed439e0a2d80b3e69 (patch)
tree3027f9229f0f9997bcc605f847cb473d7015ab3b /codec-cfg.c
parent4ec31cf921b389851c5375c2478fabec62a6d341 (diff)
downloadmpv-d276fe563458936eb81e464ed439e0a2d80b3e69.tar.bz2
mpv-d276fe563458936eb81e464ed439e0a2d80b3e69.tar.xz
doens't requires loader.h
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2053 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'codec-cfg.c')
-rw-r--r--codec-cfg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/codec-cfg.c b/codec-cfg.c
index 7b117986c4..3a070099b7 100644
--- a/codec-cfg.c
+++ b/codec-cfg.c
@@ -15,7 +15,7 @@
#include <assert.h>
#include <string.h>
-#include "loader.h" // loader+avifmt for mmioFOURCC
+// for mmioFOURCC:
#include "wine/avifmt.h"
#include "libvo/img_format.h"