[MPlayer-dev-eng] Add demux_nut to libmpdemux
Luca Barbato
lu_zero at gentoo.org
Sat Sep 16 00:51:15 CEST 2006
Diego Biurrun wrote:
> On Fri, Sep 15, 2006 at 09:57:33PM +0300, Oded Shimon wrote:
>> On Fri, Sep 15, 2006 at 08:39:03PM +0200, Luca Barbato wrote:
>>> Oded Shimon wrote:
>>>> "libnut" is a grand total of 2 source files and 2 header files.., I
>>>> consider even the Makefile redundant, let alone an installation routine...
>>> just take the ffmpeg makefiles/configure and clean them up, if nobody
>>> will I'll do during the weekend.
>> Heh, WAY WAY overkill. I can write the install routine right now, it's 2
>> lines...
>>
>> install:
>> cp libnut.so /usr/local/lib
>> cp nut.h /usr/local/include
>
> make that
>
> PREFIX = '$(DESTDIR)/usr/local'
>
> install:
> cp libnut.so $(PREFIX)/lib
> cp nut.h $(PREFIX)/include
>
s/cp/install
install -d $(libdir)
...
lu
--
Luca Barbato
Gentoo/linux Gentoo/PPC
http://dev.gentoo.org/~lu_zero
More information about the MPlayer-dev-eng
mailing list