diff options
author | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-02-09 01:21:48 +0000 |
---|---|---|
committer | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-02-09 01:21:48 +0000 |
commit | 4b33dccb25b75b3279c169c907eb14073c6114b4 (patch) | |
tree | 7d3ac7ded8024bb0367f43f31e9efbc6b9972a3b /libvo/vo_dxr3.c | |
parent | 5f2a21728eba00e1e8eab6990051fdc45b6eac6d (diff) | |
download | mpv-4b33dccb25b75b3279c169c907eb14073c6114b4.tar.bz2 mpv-4b33dccb25b75b3279c169c907eb14073c6114b4.tar.xz |
10000hl to Holm... control MUST BE static...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4597 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/vo_dxr3.c')
-rw-r--r-- | libvo/vo_dxr3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_dxr3.c b/libvo/vo_dxr3.c index ba171ade86..7c15740983 100644 --- a/libvo/vo_dxr3.c +++ b/libvo/vo_dxr3.c @@ -92,7 +92,7 @@ static vo_info_t vo_info = "" }; -uint32_t control(uint32_t request, void *data, ...) +static uint32_t control(uint32_t request, void *data, ...) { uint32_t flag = 0; switch (request) { |