[FFmpeg-devel] [PATCH] lavd: add missing guards and includes to decklink_enc.h
Michael Niedermayer
michaelni at gmx.at
Thu Mar 6 05:37:56 CET 2014
On Sun, Feb 16, 2014 at 03:46:57PM -0300, James Almer wrote:
> Signed-off-by: James Almer <jamrial at gmail.com>
> ---
> libavdevice/decklink_enc.h | 7 +++++++
> 1 file changed, 7 insertions(+)
>
> diff --git a/libavdevice/decklink_enc.h b/libavdevice/decklink_enc.h
> index 0b9ad8f..72e7d28 100644
> --- a/libavdevice/decklink_enc.h
> +++ b/libavdevice/decklink_enc.h
> @@ -19,6 +19,11 @@
> * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
> */
>
> +#ifndef AVDEVICE_DECKLINK_ENC_H
> +#define AVDEVICE_DECKLINK_ENC_H
> +
> +#include "avdevice.h"
should this not be inside the extern C stuff ?
CCing ramiro
btw, ramiro maybe you want to add yourself to MAINTAINERs for decklink
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Old school: Use the lowest level language in which you can solve the problem
conveniently.
New school: Use the highest level language in which the latest supercomputer
can solve the problem without the user falling asleep waiting.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20140306/2f248847/attachment.asc>
More information about the ffmpeg-devel
mailing list