2014-03-17, 08:15
Is it possible to include into VDR precompiled IPTV plugin?
I am facing some problems with compiling:
I am facing some problems with compiling:
Code:
root@Biostar:/tmp# make -C iptv-2.1.2 install make: Entering directory `/tmp/iptv-2.1.2'
g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -c -DPLUGIN_NAME_I18N='"iptv"' -o iptv.o iptv.c
In file included from device.h:15:0,
from iptv.c:13:
protocolcurl.h:11:23: fatal error: curl/curl.h: No such file or directory
#include <curl/curl.h>
^
compilation terminated.
make: *** [iptv.o] Error 1