]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/armv4l/mpegvideo_arm.c
use previous qscale for intra_dc_threshold check
[ffmpeg] / libavcodec / armv4l / mpegvideo_arm.c
index e2efd308ed74e7e3d240e0afe102f4a673d6edca..263e3c5bc41b0dad9e30323cbfd2d5e0f7d12247 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  *
  */
 
@@ -21,9 +21,7 @@
 #include "../mpegvideo.h"
 #include "../avcodec.h"
 
-#ifdef HAVE_IWMMXT
 extern void MPV_common_init_iwmmxt(MpegEncContext *s);
-#endif
 
 void MPV_common_init_armv4l(MpegEncContext *s)
 {