[FFmpeg-cvslog] configure: Disable i686 for i586 and lower CPUs

2015-05-19 Thread Mikulas Patocka
ffmpeg | branch: release/2.4 | Mikulas Patocka 
 | Mon Sep 15 05:11:21 2014 -0700| 
[b37bfbfbe53917820d1f97312fa0b2e8c7a15217] | committer: Vittorio Giovara

configure: Disable i686 for i586 and lower CPUs

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

 configure |1 +
 1 file changed, 1 insertion(+)

diff --git a/configure b/configure
index 33a7a85..dd97ddf 100755
--- a/configure
+++ b/configure
@@ -3282,6 +3282,7 @@ elif enabled x86; then
 case $cpu in
 i[345]86|pentium)
 cpuflags="-march=$cpu"
+disable i686
 disable mmx
 ;;
 # targets that do NOT support nopl and conditional mov (cmov)

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog


[FFmpeg-cvslog] configure: Disable i686 for i586 and lower CPUs

2015-06-01 Thread Mikulas Patocka
ffmpeg | branch: release/2.2 | Mikulas Patocka 
 | Mon Sep 15 05:11:21 2014 -0700| 
[9eba675e549c48860601a4018df7756b57623e93] | committer: Reinhard Tartler

configure: Disable i686 for i586 and lower CPUs

(cherry picked from commit b37bfbfbe53917820d1f97312fa0b2e8c7a15217)
Signed-off-by: Reinhard Tartler 

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

 configure |1 +
 1 file changed, 1 insertion(+)

diff --git a/configure b/configure
index 35f9d5c..b4ba1e0 100755
--- a/configure
+++ b/configure
@@ -3121,6 +3121,7 @@ elif enabled x86; then
 case $cpu in
 i[345]86|pentium)
 cpuflags="-march=$cpu"
+disable i686
 disable mmx
 ;;
 # targets that do NOT support nopl and conditional mov (cmov)

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog


[FFmpeg-cvslog] configure: Disable i686 for i586 and lower CPUs

2014-09-16 Thread Mikulas Patocka
ffmpeg | branch: master | Mikulas Patocka  | 
Mon Sep 15 05:11:21 2014 -0700| [9030c58a780a02fb8256cb75cd39275eaad786d1] | 
committer: Diego Biurrun

configure: Disable i686 for i586 and lower CPUs

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

 configure |1 +
 1 file changed, 1 insertion(+)

diff --git a/configure b/configure
index 6e210bb..a7b3c55 100755
--- a/configure
+++ b/configure
@@ -3296,6 +3296,7 @@ elif enabled x86; then
 case $cpu in
 i[345]86|pentium)
 cpuflags="-march=$cpu"
+disable i686
 disable mmx
 ;;
 # targets that do NOT support nopl and conditional mov (cmov)

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog