Revision: 5257 Author: pebender Date: Thu Jul 30 21:26:36 2009 Log: - Enabled ALSA support in transcode.
http://code.google.com/p/minimyth/source/detail?r=5257 Modified: /trunk/gar-minimyth/html/minimyth/document-changelog.txt /trunk/gar-minimyth/script/utils/transcode/Makefile ======================================= --- /trunk/gar-minimyth/html/minimyth/document-changelog.txt Thu Jul 30 10:45:51 2009 +++ /trunk/gar-minimyth/html/minimyth/document-changelog.txt Thu Jul 30 21:26:36 2009 @@ -23,6 +23,9 @@ - Patched MPlayer (SVN version) so that it has multi-threading support. - Patched MPlayer (SVN version) so that it supports TrueHD. +Modified transcode + - Enabled ALSA support. + Modified LIRC - Moved /etc/lircd.conf, /etc/lircmd.conf and /etc/lircrc to /etc/lirc/lircd.conf, /etc/lirc/lircmd.conf and /etc/lirc/lircrc ======================================= --- /trunk/gar-minimyth/script/utils/transcode/Makefile Sat Jul 18 11:30:13 2009 +++ /trunk/gar-minimyth/script/utils/transcode/Makefile Thu Jul 30 21:26:36 2009 @@ -11,7 +11,7 @@ define BLURB endef -DEPENDS = lang/c lib/a52dec lib/libogg lib/libtheora lib/libvorbis lib/ffmpeg lib/freetype lib/lame lib/libmpeg2 lib/lzo lib/xvidcore xorg/xorg +DEPENDS = lang/c lib/a52dec lib/alsa-lib lib/libogg lib/libtheora lib/libvorbis lib/ffmpeg lib/freetype lib/lame lib/libmpeg2 lib/lzo lib/xvidcore xorg/xorg CONFIGURE_SCRIPTS = $(WORKSRC)/configure BUILD_SCRIPTS = $(WORKSRC)/Makefile @@ -39,7 +39,7 @@ --disable-bktr \ --disable-sunau \ --disable-oss \ - --disable-alsa \ + --enable-alsa \ --disable-libpostproc \ --disable-freetype2 \ --enable-lame \ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "minimyth-commits" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/minimyth-commits?hl=en -~----------~----~----~----~------~----~------~--~---
