hi
In reference to building ffmpeg the libavcodec version information. I
am not sure where the version information is coming from but in the
./configure command the error:
"./configure: line 2528: 32=1:#define: command not found" is occuring.
So I looked in the ./configure file and see:
get_version(){
name=$1
file=$source_path/$2
eval $(grep "#define ${name}_VERSION_M" "$file" | awk '{ print $2"="$3 }')
eval
${name}_VERSION=\$${name}_VERSION_MAJOR.\$${name}_VERSION_MINOR.\$${name}_VERSION_MICRO
lcname=$(tolower $name)
eval echo "${lcname}_VERSION=\$${name}_VERSION" >> config.mak
eval echo "${lcname}_VERSION_MAJOR=\$${name}_VERSION_MAJOR" >> config.mak
}
Is there something I am missing in the ./configure command that would
specify the build and version information for the chromium build?
Also I had to disable mmx which was different then what I have seen in
the readme. Not a big deal I guess since SSE is enabled.
--R
--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: [email protected]
View archives, change email options, or unsubscribe:
http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---