summaryrefslogtreecommitdiffstats
path: root/decoder
diff options
context:
space:
mode:
authorMartin Storsjo <martin@martin.st>2015-05-20 10:20:35 +0300
committerMarco Nelissen <marcone@google.com>2015-06-25 08:25:51 -0700
commit56378a82a6ea1928352428b290e801a9dcd6fd34 (patch)
tree9d7890f2203e5dffb499cbde33a0fc480d878c65 /decoder
parentce7f41973ce91bd7cba9d654183c4842bdbec77b (diff)
downloadandroid_external_libavc-56378a82a6ea1928352428b290e801a9dcd6fd34.tar.gz
android_external_libavc-56378a82a6ea1928352428b290e801a9dcd6fd34.tar.bz2
android_external_libavc-56378a82a6ea1928352428b290e801a9dcd6fd34.zip
Remove an unused and unnecessary function prototype and associated define
Change-Id: I61b30d0934715cddd54b66ea3b023b2316a0106f
Diffstat (limited to 'decoder')
-rw-r--r--decoder/ih264d_function_selector.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/decoder/ih264d_function_selector.h b/decoder/ih264d_function_selector.h
index 92ad959..22e2efe 100644
--- a/decoder/ih264d_function_selector.h
+++ b/decoder/ih264d_function_selector.h
@@ -65,10 +65,6 @@ void ih264d_init_function_ptr_generic(dec_struct_t *ps_codec);
void ih264d_init_function_ptr_ssse3(dec_struct_t *ps_codec);
void ih264d_init_function_ptr_sse42(dec_struct_t *ps_codec);
-#ifndef DISABLE_AVX2
-void ih264d_init_function_ptr_avx2(dec_struct_t *ps_codec);
-#endif
-
void ih264d_init_function_ptr_a9q(dec_struct_t *ps_codec);
void ih264d_init_function_ptr_av8(dec_struct_t *ps_codec);