Mercurial > mplayer.hg
comparison configure @ 35721:684e793fe7b7
configure: Drop commented-out line from OpenAL check.
author | diego |
---|---|
date | Mon, 21 Jan 2013 23:05:20 +0000 |
parents | 42ca1c165174 |
children | 9cfa30063480 |
comparison
equal
deleted
inserted
replaced
35720:7c91c2a669f4 | 35721:684e793fe7b7 |
---|---|
5712 #else | 5712 #else |
5713 #include <AL/al.h> | 5713 #include <AL/al.h> |
5714 #endif | 5714 #endif |
5715 int main(void) { | 5715 int main(void) { |
5716 alSourceQueueBuffers(0, 0, 0); | 5716 alSourceQueueBuffers(0, 0, 0); |
5717 // alGetSourcei(0, AL_SAMPLE_OFFSET, 0); | |
5718 return 0; | 5717 return 0; |
5719 } | 5718 } |
5720 EOF | 5719 EOF |
5721 for I in "-lopenal" "-lopenal32" "-framework OpenAL" ; do | 5720 for I in "-lopenal" "-lopenal32" "-framework OpenAL" ; do |
5722 cc_check $I && _openal=yes && break | 5721 cc_check $I && _openal=yes && break |