<div dir="ltr">Hello!<br><br>Using 'Extern C' solved many of the problems, however one code line is still causing an error.<br><br>Here follows the compilation and the error:<br>Invoking: GCC C++ Linker<br>g++ -o "videofecencode" ./sockets/PracticalSocket.o ./sockets/UDPEchoClient.o ./sockets/UDPEchoServer.o ./openfeclib/lib_stable/reed-solomon_gf_2_8/of_reed-solomon_gf_2_8.o ./openfeclib/lib_stable/ldpc_staircase/of_rand.o ./FecFunctionality.o ./videofecencoder.o -lm -lx264 -lpthread -lavformat -lavcodec -lavutil -lopenfec<br>
./videofecencoder.o: In function `video_encode_example':<br>/home/anders/workspace/videofecencode/Debug/../videofecencoder.cc:247: undefined reference to `av_opt_set'<br clear="all"><br>I followed these instructions in order to install FFMPEG and X264:<br>
<a href="http://ubuntuforums.org/showthread.php?t=786095">http://ubuntuforums.org/showthread.php?t=786095</a><br><br>Here is my code: <a href="https://docs.google.com/document/d/1DbNpoy0MHNjS3ZV-6plaVdbmvW6g08riqtIz6fBO3ZE/edit">https://docs.google.com/document/d/1DbNpoy0MHNjS3ZV-6plaVdbmvW6g08riqtIz6fBO3ZE/edit</a><br>
<br>I appreciate help!<br><br>-- <span style="border-collapse:collapse;color:rgb(51,51,51);font-family:arial,sans-serif;font-size:13px"><b>Kind regards, Anders<br></b></span><span style="border-collapse:collapse;font-family:arial,sans-serif;font-size:13px"></span><span style="border-collapse:collapse;color:rgb(51,51,51);font-family:arial,sans-serif;font-size:13px"></span><span style="border-collapse:collapse;font-family:arial,sans-serif;font-size:13px"><div style="color:rgb(51,51,51)">
<br></div><font color="#000099">[Personal blog] <a href="http://www.proofexistencegod.com/will-of-god/will-of-god/" target="_blank">Will of the Creator</a> : Logical reasons - based on scientific premises - for the existence of a Super intelligent and Orderly Creator and that He hasn't left His sapient creatures without an Instruction Manual - Torah ['books of Moses'] - to ascertain, and aspire to, His purpose.<br>
<br>[Company] Anders Branderud IT Solutions - <a href="http://www.abitsolutions.org/" target="_blank">www.abitsolutions.org</a></font></span><br>
</div>