X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Faccess%2Fdecklink.cpp;h=8af853206caa2d2e68857bfb9567c74dd98c0a54;hb=91b54ce58e6caf2b3b4139afb4892cc817c9ba5d;hp=de903e12cb0752bcdca686289ba07b2ac557f500;hpb=12efa4ae18f835561237a886bedcab642a668c97;p=vlc diff --git a/modules/access/decklink.cpp b/modules/access/decklink.cpp index de903e12cb..8af853206c 100644 --- a/modules/access/decklink.cpp +++ b/modules/access/decklink.cpp @@ -1,34 +1,32 @@ /***************************************************************************** * decklink.cpp: BlackMagic DeckLink SDI input module ***************************************************************************** - * Copyright (C) 2010 VideoLAN + * Copyright (C) 2010 Steinar H. Gunderson * * Authors: Steinar H. Gunderson * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; - * version 2 of the License. - * + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * *****************************************************************************/ +#define __STDC_CONSTANT_MACROS 1 + #ifdef HAVE_CONFIG_H # include "config.h" #endif -#ifndef INT64_C -#define INT64_C(c) c ## LL -#endif - #include #include #include