configure: Drop "_so" naming for FFmpeg libraries
commit29bc25b6d416579a08288958fd0e6fddea8bf85d
authorUoti Urpala <uau@glyph.nonexistent.invalid>
Sun, 26 Jul 2009 23:49:33 +0000 (27 02:49 +0300)
committerUoti Urpala <uau@glyph.nonexistent.invalid>
Sun, 26 Jul 2009 23:49:33 +0000 (27 02:49 +0300)
treea5eb4b312962231712f612494f1ce2e13c2f8f07
parent152e480397c160eae0a29257eb9c343f35bfdb33
configure: Drop "_so" naming for FFmpeg libraries

Externally-compiled libraries are now the only option so change the
options and variables to use the library name only without "_so" or
"_a" suffix. The previous naming was also confusing because the "_so"
libraries could actually be static.
configure