X-Git-Url: https://git.libav.org/?p=libav.git;a=blobdiff_plain;f=ffserver.h;h=c76752fa43195cf5ac1a893cac3ba37b3bac05ca;hp=a1b95e84ad44829117642159a8e3dde869708736;hb=e946c25a2f90d3f90fd169cae86c2b3fe2fb9050;hpb=f5a90186d7318f0640dc6f0f8dae60313e566a8f diff --git a/ffserver.h b/ffserver.h index a1b95e84ad..c76752fa43 100644 --- a/ffserver.h +++ b/ffserver.h @@ -18,11 +18,11 @@ * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef FFSERVER_H -#define FFSERVER_H +#ifndef FFMPEG_FFSERVER_H +#define FFMPEG_FFSERVER_H /* interface between ffserver and modules */ void ffserver_module_init(void); -#endif +#endif /* FFMPEG_FFSERVER_H */