X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Favc1394control.h;h=c6a6784da82524196beb3985d38e0dbd9ae9ba9b;hb=38cb4182e11e57fc426bede3825e825e9d61433b;hp=73adbfe01ee1d9cb7d619bdc0adb8c83e00c85a4;hpb=30bdb85eb33a8ee7ba675038a86c6be59c43d7bd;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/avc1394control.h b/cinelerra-5.1/cinelerra/avc1394control.h index 73adbfe0..c6a6784d 100644 --- a/cinelerra-5.1/cinelerra/avc1394control.h +++ b/cinelerra-5.1/cinelerra/avc1394control.h @@ -2,33 +2,34 @@ /* * CINELERRA * Copyright (C) 2008 Adam Williams - * + * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. - * + * * This program 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 General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * */ #ifndef _AVC1394Control_H #define _AVC1394Control_H +#ifdef HAVE_FIREWIRE #include #include #include #include #include "bcwindowbase.inc" -#include "librom1394/rom1394.h" +#include "libavc1394/rom1394.h" #include "libavc1394/avc1394.h" #include "libavc1394/avc1394_vcr.h" #include "mutex.inc" @@ -67,3 +68,4 @@ private: }; #endif +#endif