VFR-maniac / L-SMASH-Works

Works based on L-SMASH project
98 stars 48 forks source link

error: lsmash.h might not be installed or some libs missing. #64

Closed Infiziert90 closed 7 years ago

Infiziert90 commented 8 years ago
Debian-82-jessie-64-LAMP /home/encode/L-SMASH-Works/VapourSynth # ./configure 
/home/encode/L-SMASH-Works/VapourSynth /home/encode/L-SMASH-Works/VapourSynth
/home/encode/L-SMASH-Works/VapourSynth
CFLAGS/LDFLAGS checking...
warning: pkg-config or pc files not found, lib detection may be inaccurate.
checking for liblsmash...
error: liblsmash checking failed
error: lsmash.h might not be installed or some libs missing.
all command lines:

---------------------------------
CFLAGS/LDFLAGS checking...
int main(void){ return 0;}
gcc conftest.c -o conftest -Wall -std=c99 -pedantic -I. -I. -fPIC -I/usr/local/include -fPIC -L. -L/us$
0
int main(void){ return 0;}
gcc conftest.c -o conftest -Os -ffast-math -Wall -std=c99 -pedantic -I. -I. -fPIC -I/usr/local/include$
0
int main(void){ return 0;}
gcc conftest.c -o conftest -Os -ffast-math -Wall -std=c99 -pedantic -I. -I. -fPIC -I/usr/local/include$
0

---------------------------------
warning: pkg-config or pc files not found, lib detection may be inaccurate.

---------------------------------
checking for liblsmash...
#include <lsmash.h>
int main(void){lsmash_create_root(); return 0;}
gcc conftest.c -o conftest -Os -ffast-math -Wall -std=c99 -pedantic -I. -I. -fPIC -I/usr/local/include$
/usr/bin/ld: cannot find -lavformat
collect2: error: ld returned 1 exit status
1

---------------------------------
error: liblsmash checking failed

/usr/local/include content:

Debian-82-jessie-64-LAMP /usr/local/include # ls
lsmash.h  vapoursynth  zimg.h  zimg++.hpp

System: Debian Jessie L-SMASH-Work Vapoursynth