Merge commit '638ecc4cde79b0296f2e04f683ca4cb881c28f36' as 'rtengine/libraw'
This commit is contained in:
6
rtengine/libraw/rsxml2c.sh
Executable file
6
rtengine/libraw/rsxml2c.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo "const char *_rawspeed_data_xml[]={"
|
||||
cat $1 | tr -d '\015' | sed -e 's/\\/\\\\/g;s/"/\\"/g;s/ /\\t/g;s/^/"/;s/$/\\n",/'
|
||||
echo "0"
|
||||
echo "};"
|
Reference in New Issue
Block a user