joncampbell123 / composite-video-simulator

Code to process video to simulate analog composite video.
130 stars 17 forks source link

Some errors while im compiling.... #7

Closed SenkiTK closed 5 years ago

SenkiTK commented 5 years ago

Sorry for bothering you again.... but when i type"make"to make these files,the "undefined reference to"error occurred. So i sincerely want u to give me some help!!!THX

snipaste_2018-07-08_00-50-17

joncampbell123 commented 5 years ago

The program needs to be able to locate the FFMPEG headers and libraries.

You'll need to compile FFMPEG 3.x and put it somewhere, then modify the makefile to add the FFMPEG headers to the include path.

SenkiTK commented 5 years ago

But i've put the file foleders the program needs in the same folder with the program..