Squashed 'rtengine/libraw/' content from commit cccb97647
git-subtree-dir: rtengine/libraw git-subtree-split: cccb97647fcee56801fa68231fa8a38aa8b52ef7
This commit is contained in:
5
RawSpeed3/rawspeed3_c_api/rsxml2c.sh
Normal file
5
RawSpeed3/rawspeed3_c_api/rsxml2c.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo "const char *_rawspeed3_data_xml="
|
||||
cat $1 | tr -d '\015' | sed -e 's/\\/\\\\/g;s/"/\\"/g;s/ /\\t/g;s/^/"/;s/$/\\n"/'
|
||||
echo "\"\\0\";"
|
Reference in New Issue
Block a user