hello,
I'm about to use some source code files for vlc to read, transcode a video stream on the internet
But trying to compile the source code file "transcode.c" I Pariat errurs of programming as
* C3861: 'N_': identifier not found
* C2117: 'fcc': exceeding the bounds of the array
Although, I have imported all the include files needed to compile
I did not understand how I solves the error and the source code is open source vlc
i need your help.