This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
Classify mlib as a configurable option, not as a hardware feature.
Originally committed as revision 26275 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
tags/v0.5
Diego Biurrun
17 years ago
parent
a815037409
commit
bfffdb81c2
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
libswscale/yuv2rgb.c
+ 2
- 2
libswscale/yuv2rgb.c
View File
@@ -43,7 +43,7 @@
#include "yuv2rgb_vis.c"
#endif
#ifdef
HAVE
_MLIB
#ifdef
CONFIG
_MLIB
#include "yuv2rgb_mlib.c"
#endif
@@ -627,7 +627,7 @@ SwsFunc yuv2rgb_get_func_ptr (SwsContext *c)
if (t) return t;
}
#endif
#ifdef
HAVE
_MLIB
#ifdef
CONFIG
_MLIB
{
SwsFunc t= yuv2rgb_init_mlib(c);
if (t) return t;
Write
Preview
Loading…
Cancel
Save