[arch-commits] Commit in faac/trunk (pipe-output.patch)

Hugo Doria hugo at archlinux.org
Thu Feb 19 20:47:53 UTC 2009


    Date: Thursday, February 19, 2009 @ 15:47:53
  Author: hugo
Revision: 27353

upgpkg: faac 1.28-1

Deleted:
  faac/trunk/pipe-output.patch

-------------------+
 pipe-output.patch |   18 ------------------
 1 file changed, 18 deletions(-)

Deleted: pipe-output.patch
===================================================================
--- pipe-output.patch	2009-02-19 20:46:22 UTC (rev 27352)
+++ pipe-output.patch	2009-02-19 20:47:53 UTC (rev 27353)
@@ -1,18 +0,0 @@
---- faac/frontend/main.c	2004-12-08 11:07:17.000000000 +0000
-+++ faac-patched/frontend/main.c	2007-01-29 19:17:26.000000000 +0000
-@@ -918,7 +918,14 @@
-     {
- #endif
-         /* open the aac output file */
--        outfile = fopen(aacFileName, "wb");
-+	if (aacFileName[0] == '-')
-+	{
-+		outfile = stdout;
-+	}
-+	else
-+	{
-+		outfile = fopen(aacFileName, "wb");
-+	}
-         if (!outfile)
-         {
-             fprintf(stderr, "Couldn't create output file %s\n", aacFileName);




More information about the arch-commits mailing list