From owner-freebsd-multimedia@freebsd.org Tue Nov 24 03:03:17 2015 Return-Path: Delivered-To: freebsd-multimedia@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B4C78A36EA1 for ; Tue, 24 Nov 2015 03:03:17 +0000 (UTC) (envelope-from otacilio.neto@bsd.com.br) Received: from mail-qg0-x232.google.com (mail-qg0-x232.google.com [IPv6:2607:f8b0:400d:c04::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 74A3B1DDE for ; Tue, 24 Nov 2015 03:03:17 +0000 (UTC) (envelope-from otacilio.neto@bsd.com.br) Received: by qgec40 with SMTP id c40so2561065qge.2 for ; Mon, 23 Nov 2015 19:03:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsd.com.br; s=capeta; h=to:from:subject:cc:message-id:date:user-agent:mime-version :content-type:content-transfer-encoding; bh=4fZsPz78KQjc2Nu7/F2IH6gbrz3hsezYnX7re6zHVT8=; b=ByF4ZUVKkE24o26FGq8+7Xno5Y2LZjuv+7YNdxtd+4MWtyK10E025hULuJWKr9BhLE i0DR9CdepQaa8vhDPGXsWjocgkN8uaEl33KFKzTQSFo/NkLTtPd5EbPByYgrH/jZ02ny iBeWQq6ZNsG6mcEuo9ekFWc5SFUWaLl6cG0nQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:to:from:subject:cc:message-id:date:user-agent :mime-version:content-type:content-transfer-encoding; bh=4fZsPz78KQjc2Nu7/F2IH6gbrz3hsezYnX7re6zHVT8=; b=jYUcQY9SiMY2aQn75CVQtIiTmHCvVl5suoGDajtRArMkiB6LVXEv+zD09d4ZUEgKM8 YtotHi0H2V3NUnMBXDOwGJMtHzNPAtJJff75RG8vgOxS5rr2Vd5Frsg29bQZ6oLt1Qrs 4y51VU9kZ8LYTIR48UZlXlxsQYy+4Ga73503nKoEmBq3AT7U4lRBsbaC6Wk/LzWTFuyq X+MZ1ymBIr1jBL+LwmRhaiT+rgvMKue/uzhsYiAy4hHyLoKDUuoqPjEqjp1TAsmSLPdv l8G6pnVuASLJhwA+aQwTZnCMf+FNicBBOQZrU+kJfLogBeHyTJdFemys6Airkb/X+h+r 8O3A== X-Gm-Message-State: ALoCoQlCMySxexQ0kWZx3q2nWKB8S1K0Kpdmb7+6peUqXIUJyFqz9jqQVVfzOEASZV90MB/sI+QN X-Received: by 10.140.179.213 with SMTP id z204mr33691709qhz.70.1448334196240; Mon, 23 Nov 2015 19:03:16 -0800 (PST) Received: from [192.168.25.11] ([187.115.184.23]) by smtp.googlemail.com with ESMTPSA id m64sm3739637qhm.1.2015.11.23.19.03.14 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 23 Nov 2015 19:03:15 -0800 (PST) To: freebsd-multimedia@freebsd.org From: =?UTF-8?B?T3RhY8OtbGlv?= Subject: linux/uvcvideo.h Cc: otaciliodearaujo@gmail.com Message-ID: <5653D36B.5040906@bsd.com.br> Date: Tue, 24 Nov 2015 00:03:07 -0300 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Nov 2015 03:03:17 -0000 Dears I'm compiling a program that uses the header file linux/uvcvideo.h I think that this file must be on v4l_compat but this file is not in v4l_compat-1.6.3*. This file must be add to v4l_compat or this file is not necessary on FreeBSD? Thanks a lot -Otacilio***