Mercurial > mplayer.hg
comparison configure @ 10819:47a90985950d
solaris sed (and probably others) fix for faad detection by Michael Gernoth <simigern@stud.uni-erlangen.de>
author | alex |
---|---|
date | Fri, 05 Sep 2003 23:49:18 +0000 |
parents | 7b2f852ad9b7 |
children | 4c4bb509e8a2 |
comparison
equal
deleted
inserted
replaced
10818:fa41f83edff0 | 10819:47a90985950d |
---|---|
4313 #ifndef FAAD_MIN_STREAMSIZE | 4313 #ifndef FAAD_MIN_STREAMSIZE |
4314 #error Too old version | 4314 #error Too old version |
4315 #endif | 4315 #endif |
4316 int main(void) { | 4316 int main(void) { |
4317 #ifdef FAAD2_VERSION | 4317 #ifdef FAAD2_VERSION |
4318 printf("%s",FAAD2_VERSION); | 4318 printf("%s\n",FAAD2_VERSION); |
4319 #else | 4319 #else |
4320 printf("1.0"); | 4320 printf("1.0\n"); |
4321 #endif | 4321 #endif |
4322 return 0; | 4322 return 0; |
4323 } | 4323 } |
4324 EOF | 4324 EOF |
4325 if cc_check $_inc_faad $_ld_faad -lm && "$TMPO" >> "$TMPLOG" ; then | 4325 if cc_check $_inc_faad $_ld_faad -lm && "$TMPO" >> "$TMPLOG" ; then |