]> git.sesse.net Git - ffmpeg/commit
libswscale: remove unnecessary direct #if LIBSWSCALE_VERSION_MAJOR
authorJanne Grunau <janne-libav@jannau.net>
Fri, 16 Nov 2012 14:00:49 +0000 (15:00 +0100)
committerJanne Grunau <janne-libav@jannau.net>
Fri, 16 Nov 2012 14:04:57 +0000 (15:04 +0100)
commit80716953c22762a5ebeb8f933f5ad3dc493cf2db
tree16203ec343ac6a0f5c9281bea6b062864afa7d97
parent8f5587c3d0bc4b5f075e4282215bda91a21fc12e
libswscale: remove unnecessary direct #if LIBSWSCALE_VERSION_MAJOR

SWS_CPU_CAPS are deprecated and slated to removed with libswscale major
version 3. No need to provide a SWS_CPU_CAPS_MMX2 as backward
compatibility define under the same explicit condition.
libswscale/swscale.h