about summary refs log tree commit homepage
path: root/lib/dtas/process.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-08-26 02:00:05 +0000
committerEric Wong <normalperson@yhbt.net>2013-08-26 02:17:57 +0000
commit3d96e3d4a3ad7fbf45b38c81478f04cffb329e25 (patch)
treed5ec3b7db1316e1930980bf836feca70dfa233df /lib/dtas/process.rb
parent6d67d9c2af57233743187a92b7e651174d6eb42b (diff)
downloaddtas-3d96e3d4a3ad7fbf45b38c81478f04cffb329e25.tar.gz
This should better prepare us to make "source ed" into
"source <av|sox> ed" and set per-source priorities.

We also now treat @env consistently for all per-source commands
(such as soxi/avprobe) so we can be sure we're using the same
installation of sox or libav if using a non-standard PATH, or if we
want to set AV_LOG_FORCE_NOCOLOR
Diffstat (limited to 'lib/dtas/process.rb')
-rw-r--r--lib/dtas/process.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/dtas/process.rb b/lib/dtas/process.rb
index 2cf59c7..8e2ca1b 100644
--- a/lib/dtas/process.rb
+++ b/lib/dtas/process.rb
@@ -85,7 +85,4 @@ module DTAS::Process # :nodoc:
     raise RuntimeError,
           "`#{Shellwords.join(Array(cmd))}' failed: #{status.inspect}"
   end
-
-  # XXX only for DTAS::Source::{Sox,Av}.try
-  module_function :qx
 end