mirror of https://git.ffmpeg.org/ffmpeg.git
added include for ffserver dynamically loaded modules
Originally committed as revision 809 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
2c4ae653af
commit
e3e105b38a
|
@ -0,0 +1,8 @@
|
||||||
|
#ifndef FFSERVER_H
|
||||||
|
#define FFSERVER_H
|
||||||
|
|
||||||
|
/* interface between ffserver and modules */
|
||||||
|
|
||||||
|
void ffserver_module_init(void);
|
||||||
|
|
||||||
|
#endif
|
Loading…
Reference in New Issue