Edit: Ok, for the record, changing line 280 did the trick just fine on 8.0.4. Changing a line that looks similar to but isn't 280, on the other hand, isn't useful.
I'm having the same issue. I'm really hoping this to be my first successful ZM source compile and actually have ffmpeg enabled this time around. Any clues? I've tried editing line 280 as suggested, that didn't help. I uninstalled ffmpeg and reinstalled from latest SVN.
svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg
cd ffmpeg
./configure
make
make install
cd ..
./configure --with-webdir=/var/www --with-cgidir=/var/www/cgi-bin --with-ffmpeg=/usr/local
make
Results in
zm_mpeg.cpp: In destructor ‘VideoStream::~VideoStream()’:
zm_mpeg.cpp:281: error: cannot convert ‘ByteIOContext’ to ‘ByteIOContext*’ for argument ‘1’ to ‘int url_fclose(ByteIOContext*)’
zm_mpeg.cpp: In member function ‘double VideoStream::EncodeFrame(uint8_t*, int, bool, unsigned int)’:
zm_mpeg.cpp:325: warning: ‘img_convert’ is deprecated (declared at /usr/include/ffmpeg/avcodec.h:2575)
zm_mpeg.cpp:325: warning: ‘img_convert’ is deprecated (declared at /usr/include/ffmpeg/avcodec.h:2575)
make[2]: *** [zm_mpeg.o] Error 1
make[2]: Leaving directory `/home/george/ZoneMinder-1.23.3/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/george/ZoneMinder-1.23.3'
make: *** [all] Error 2