[FFmpeg-devel] Adding a .c, and .h file to ffmpeg (Newbie)
AliReza Khoshgoftar Monfared
khoshgoftar
Sun Feb 22 03:53:25 CET 2009
Dear All,
I have been trying to add some new functions to ffmpeg.
I wrote a .c, and a .h file (named them mylibav.c , mylibav.h)
And for testing, just put a simple string function inside them.
I put the files in the main ffmpeg directory,and put the statement (#include
"../mylibavutil.c") inside fifo.c, and (#include "../mylibav.h") inside
fifo.h.
Then I added the line "../mylibav.h" into fifo.d
Though these, I still have make errors with avutil-49.dll (trying to do it
under mingw btw)
Can you help me, what I am still missing?
Thanks
Alireza
More information about the ffmpeg-devel
mailing list