[MPlayer-users] libdca not linked?
    William Xu 
    william.xwl at gmail.com
       
    Sat Oct  3 04:31:34 CEST 2009
    
    
  
Hi folks, 
I passed "--enable-libdca" on configure command line, but I find that
"-ldca" is not on ld command line, giving me: 
,----
| Undefined symbols:
|   "_dca_blocks_num", referenced from:
|       _decode_audio in ad_libdca.o
|   "_dca_samples", referenced from:
|       _decode_audio in ad_libdca.o
|   "_dca_syncinfo", referenced from:
|       _dts_sync in ad_libdca.o
|   "_dca_block", referenced from:
|       _decode_audio in ad_libdca.o
|   "_dca_frame", referenced from:
|       _decode_audio in ad_libdca.o
|   "_dca_free", referenced from:
|       _uninit in ad_libdca.o
|       _init in ad_libdca.o
|   "_dca_init", referenced from:
|       _init in ad_libdca.o
| ld: symbol(s) not found
| collect2: ld returned 1 exit status
| make: *** [mplayer] Error 1
`----
I have to pass LDFLAGS="-ldca" on configure line to get around this.
This should be fixed? 
-- 
William
http://xwl.appspot.com
    
    
More information about the MPlayer-users
mailing list