aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/mjpegdec.c
diff options
context:
space:
mode:
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>2012-01-14 17:09:07 +0100
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>2012-01-14 23:09:39 +0100
commit7a1723086a9cc72c2f3e1e682b002ed3d81990d3 (patch)
tree8eec8b9a3713c89a566627af2c9b0e2da56127ce /libavcodec/mjpegdec.c
parentc48883163d6c7ff0806687bf3ee33ca9f8e7dede (diff)
downloadffmpeg-7a1723086a9cc72c2f3e1e682b002ed3d81990d3.tar.gz
Fix compilation without HAVE_AVX, HAVE_YASM etc.
At the very least this should fix warnings about unused static functions if one or more of these is not defined. However even compilation might be broken if the compiler does not optimize the function away completely. This actually happens in case of the AVX function, since the function pointer is used in an assignment that is not under an #if and thus probably only optimized away after the function was already marked as used. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Diffstat (limited to 'libavcodec/mjpegdec.c')
0 files changed, 0 insertions, 0 deletions