From owner-freebsd-questions@FreeBSD.ORG Mon May 30 20:20:22 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A172816A41C for ; Mon, 30 May 2005 20:20:22 +0000 (GMT) (envelope-from iqgrande@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54D0743D1D for ; Mon, 30 May 2005 20:20:22 +0000 (GMT) (envelope-from iqgrande@gmail.com) Received: by zproxy.gmail.com with SMTP id 12so1566090nzp for ; Mon, 30 May 2005 13:20:21 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:x-accept-language:mime-version:to:cc:subject:content-type:content-transfer-encoding; b=KGR4BbRva/scWXG9Wgjrio+sSSX115zxkippVDpyNq4Ndip5DNHwWgPVWYcHtbJjckugsAR7quHI/Qeh/WX9rtZst5LCf7R3Mk8JDtM/XISRaCPiN0hrw6Bvh0dzEKzM7TUmoqGzeMx/RRanRbVzK7qhxka8dzdzhIaRwy2IzmQ= Received: by 10.36.19.12 with SMTP id 12mr1983896nzs; Mon, 30 May 2005 13:20:21 -0700 (PDT) Received: from ?192.168.0.4? ([24.30.63.114]) by mx.gmail.com with ESMTP id 17sm1744663nzo.2005.05.30.13.20.21; Mon, 30 May 2005 13:20:21 -0700 (PDT) Message-ID: <429B7581.7060505@gmail.com> Date: Mon, 30 May 2005 16:20:17 -0400 From: "Anthony M. Agelastos" User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050501) X-Accept-Language: en-us, en MIME-Version: 1.0 To: riggs@rrr.de Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: FreeBSD's MPlayer not using GTK2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 May 2005 20:20:22 -0000 Hello and thank you for your assistance. I am in the process of building MPlayer right now and I used the following statement: make WITH_OPTIMIZED_CFLAGS="yes" WITH_GTK2="yes" WITH_DVD_DEVICE=/dev/acd1 WITH_CDROM_DEVICE=/dev/acd0 and while watching it build, I am noticing that it is using GTK1, not GTK2. I was just wondering if I did something incorrectly? I am running FreeBSD 5.4-STABLE (GENERIC+SSE) on a Pentium III 450MHz machine. Thanks for your help. -Anthony