ffmpeg | branch: master | Vicente Olivert Riera <[email protected]> | 
Wed Feb 24 16:38:21 2016 +0000| [5156578d1f486163d5b83f1d63246cd23d107933] | 
committer: Michael Niedermayer

mips: do not disable any feature for generic cores

We don't know which features are available when the user selects a
generic core, so don't disable anything by default and let the user
decide.

Signed-off-by: Vicente Olivert Riera <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5156578d1f486163d5b83f1d63246cd23d107933
---

 configure |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure b/configure
index 7bf6236..f4b821a 100755
--- a/configure
+++ b/configure
@@ -4258,8 +4258,8 @@ elif enabled mips; then
             esac
         ;;
         generic)
-            disable mips64r6
-            disable msa
+            # We do not disable anything. Is up to the user to disable
+            # the unwanted features.
         ;;
         *)
             # Unknown CPU. Disable everything.

_______________________________________________
ffmpeg-cvslog mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

Reply via email to