e-lab / torch-toolbox

A collection of snippets and libraries for Torch from e-Lab
https://engineering.purdue.edu/elab/
199 stars 64 forks source link

Video decoder installation issue on Ubuntu 12.04 #17

Closed navneet1083 closed 7 years ago

navneet1083 commented 7 years ago

Getting issues after compilation with and without NEWFFMPEG=1

_./libvideo_decoder.so: undefined symbol: THByteTensordata

mvitez commented 7 years ago

Try to add -lTH -lluajit -lluaT to LDFLAGS in the Makefile. Put it everywhere, now it's only present for Macs.

navneet1083 commented 7 years ago

thanks, it did work !!