Thread: [Ffmpeg-php-user] installation instructions on http://ffmpeg-php.sourceforge.net/
Brought to you by:
tkirby
From: dtra F. <dt...@fa...> - 2005-11-17 06:14:57
|
hi i think this needs to be checked, because when i tried to install ffmpeg into the php binary, there were error messages i downloaded the latest cvs snapshot, and untarred it (it goes to a "ffmpeg-php" directory) php looks for a directory called "ffmpeg" only regards dave |
From: Todd K. <ffm...@gm...> - 2005-11-17 18:03:07
|
Not sure I understand what you mean. On 11/16/05, dtra FYF <dt...@fa...> wrote: > > hi > > i think this needs to be checked, because when i tried to install ffmpeg > into the php binary, there were error messages > i downloaded the latest cvs snapshot, and untarred it (it goes to a > "ffmpeg-php" directory) > > php looks for a directory called "ffmpeg" only > > regards > dave > > > > ------------------------------------------------------- > This SF.Net email is sponsored by the JBoss Inc. Get Certified Today > Register for a JBoss Training Course. Free Certification Exam > for All Training Attendees Through End of 2005. For more info visit: > http://ads.osdn.com/?ad_id=3D7628&alloc_id=3D16845&op=3Dclick > _______________________________________________ > Ffmpeg-php-user mailing list > Ffm...@li... > https://lists.sourceforge.net/lists/listinfo/ffmpeg-php-user > |
From: dtra F. <dt...@fa...> - 2005-11-17 23:11:46
|
oh ok when i download and untar ffmpeg-php.tar.gz (cvs snapshot) it goes into a directory called ffmpeg-php i then copy ffmpeg-php to /path/to/php/source/ext/ then run autoconf from /path/to/php/source then when i run ./configure --with-ffmpeg=yes i get an error saying unable to do something with ext/ffmpeg/*.h (no such file or directory) when i rename the ffmpeg-php directory to ffmpeg, run autoconf again, and ./configure --with-ffmpeg=yes it works hope that makes sense, and that i'm not pointing out something that is my own fault dave -----Original Message----- From: ffm...@li... [mailto:ffm...@li...]On Behalf Of Todd Kirby Sent: Friday, 18 November 2005 5:03 AM To: ffm...@li... Subject: Re: [Ffmpeg-php-user] installation instructions on http://ffmpeg-php.sourceforge.net/ Not sure I understand what you mean. On 11/16/05, dtra FYF <dt...@fa...> wrote: hi i think this needs to be checked, because when i tried to install ffmpeg into the php binary, there were error messages i downloaded the latest cvs snapshot, and untarred it (it goes to a "ffmpeg-php" directory) php looks for a directory called "ffmpeg" only regards dave ------------------------------------------------------- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today Register for a JBoss Training Course. Free Certification Exam for All Training Attendees Through End of 2005. For more info visit: http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click _______________________________________________ Ffmpeg-php-user mailing list Ffm...@li... https://lists.sourceforge.net/lists/listinfo/ffmpeg-php-user |
From: Todd K. <ffm...@gm...> - 2005-11-18 18:05:49
|
I did change the name of the extension directory from 'ffmpeg' to 'ffmpeg-php' somewhere allong the way. I must've missed something in the config file. I take a look at it. Thanks for the feedback. Todd On 11/17/05, dtra FYF <dt...@fa...> wrote: > > oh ok > when i download and untar ffmpeg-php.tar.gz (cvs snapshot) it goes into a > directory called ffmpeg-php > i then copy ffmpeg-php to /path/to/php/source/ext/ > then run autoconf from /path/to/php/source > then when i run ./configure --with-ffmpeg=3Dyes > i get an error saying unable to do something with ext/ffmpeg/*.h (no such > file or directory) > when i rename the ffmpeg-php directory to ffmpeg, run autoconf again, and > ./configure --with-ffmpeg=3Dyes > it works > > hope that makes sense, and that i'm not pointing out something that is my > own fault > > dave > > -----Original Message----- > *From:* ffm...@li... [mailto: > ffm...@li...]*On Behalf Of *Todd Kirby > *Sent:* Friday, 18 November 2005 5:03 AM > *To:* ffm...@li... > *Subject:* Re: [Ffmpeg-php-user] installation instructions on > http://ffmpeg-php.sourceforge.net/ > > Not sure I understand what you mean. > > On 11/16/05, dtra FYF <dt...@fa...> wrote: > > > > hi > > > > i think this needs to be checked, because when i tried to install ffmpe= g > > into the php binary, there were error messages > > i downloaded the latest cvs snapshot, and untarred it (it goes to a > > "ffmpeg-php" directory) > > > > php looks for a directory called "ffmpeg" only > > > > regards > > dave > > > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by the JBoss Inc. Get Certified Today > > Register for a JBoss Training Course. Free Certification Exam > > for All Training Attendees Through End of 2005. For more info visit: > > http://ads.osdn.com/?ad_id=3D7628&alloc_id=3D16845&op=3Dclick > > _______________________________________________ > > Ffmpeg-php-user mailing list > > Ffm...@li... > > https://lists.sourceforge.net/lists/listinfo/ffmpeg-php-user > > > > |